From e308632de721a79119b4a76e3b62faf5893d4cad Mon Sep 17 00:00:00 2001 From: Alsey Coleman Miller Date: Thu, 17 Oct 2019 16:39:26 -0500 Subject: [PATCH 1/6] Updated for Swift 5 --- .gitignore | 3 +++ Package.swift | 37 +++++++++++++++++++++---------------- 2 files changed, 24 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 1cee63f..d6180ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ */xcuserdata/* +.build +.swiftpm +Package.resolved diff --git a/Package.swift b/Package.swift index cce0a20..2361eeb 100644 --- a/Package.swift +++ b/Package.swift @@ -1,22 +1,27 @@ -// -// Package.swift -// SwiftJava -// -// Created by John Holdsworth on 20/07/2016. -// Copyright (c) 2016 John Holdsworth. All rights reserved. -// - +// swift-tools-version:4.0 import PackageDescription let package = Package( name: "java_lang", + products: [ + .library( + name: "java_lang", + targets: ["java_lang"] + ), + ], dependencies: [ - .Package(url: "https://github.com/SwiftJava/java_swift.git", versions: Version(2,1,0).. Date: Fri, 18 Nov 2022 19:47:41 -0800 Subject: [PATCH 2/6] Removed legacy Xcode project --- java_lang.h | 19 - java_lang.xcodeproj/project.pbxproj | 1074 --------------------------- 2 files changed, 1093 deletions(-) delete mode 100644 java_lang.h delete mode 100644 java_lang.xcodeproj/project.pbxproj diff --git a/java_lang.h b/java_lang.h deleted file mode 100644 index 154eaed..0000000 --- a/java_lang.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// java_lang.h -// java_lang -// -// Created by John Holdsworth on 13/07/2016. -// Copyright (c) 2016 John Holdsworth. All rights reserved. -// - -#import - -//! Project version number for java_lang. -FOUNDATION_EXPORT double java_langVersionNumber; - -//! Project version string for java_lang. -FOUNDATION_EXPORT const unsigned char java_langVersionString[]; - -// In this header, you should import all the public headers of your framework using statements like #import - - diff --git a/java_lang.xcodeproj/project.pbxproj b/java_lang.xcodeproj/project.pbxproj deleted file mode 100644 index 7d26e1d..0000000 --- a/java_lang.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1074 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - BBBF2E451D499E1D004142AE /* java_lang.h in Headers */ = {isa = PBXBuildFile; fileRef = BBBF2E431D499E1D004142AE /* java_lang.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BBC13EC01D4998290035A039 /* java_swift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBC13EBF1D4998290035A039 /* java_swift.framework */; }; - BBC13FD01D4998460035A039 /* java_lang.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBC13F111D4998450035A039 /* java_lang.swift */; }; - CE4A24FA1F3491D6003AF384 /* CharSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A24F91F3491D5003AF384 /* CharSequence.swift */; }; - CED753B61F2E7A6F007C97C7 /* AbstractMethodError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED752F81F2E7A6F007C97C7 /* AbstractMethodError.swift */; }; - CED753B71F2E7A6F007C97C7 /* AccessibleObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED752F91F2E7A6F007C97C7 /* AccessibleObject.swift */; }; - CED753B81F2E7A6F007C97C7 /* AnnotatedArrayType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED752FA1F2E7A6F007C97C7 /* AnnotatedArrayType.swift */; }; - CED753B91F2E7A6F007C97C7 /* AnnotatedElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED752FB1F2E7A6F007C97C7 /* AnnotatedElement.swift */; }; - CED753BA1F2E7A6F007C97C7 /* AnnotatedParameterizedType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED752FC1F2E7A6F007C97C7 /* AnnotatedParameterizedType.swift */; }; - CED753BB1F2E7A6F007C97C7 /* AnnotatedType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED752FD1F2E7A6F007C97C7 /* AnnotatedType.swift */; }; - CED753BC1F2E7A6F007C97C7 /* AnnotatedTypeVariable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED752FE1F2E7A6F007C97C7 /* AnnotatedTypeVariable.swift */; }; - CED753BD1F2E7A6F007C97C7 /* AnnotatedWildcardType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED752FF1F2E7A6F007C97C7 /* AnnotatedWildcardType.swift */; }; - CED753BE1F2E7A6F007C97C7 /* Annotation.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753001F2E7A6F007C97C7 /* Annotation.swift */; }; - CED753BF1F2E7A6F007C97C7 /* AnnotationFormatError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753011F2E7A6F007C97C7 /* AnnotationFormatError.swift */; }; - CED753C01F2E7A6F007C97C7 /* AnnotationTypeMismatchException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753021F2E7A6F007C97C7 /* AnnotationTypeMismatchException.swift */; }; - CED753C11F2E7A6F007C97C7 /* Appendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753031F2E7A6F007C97C7 /* Appendable.swift */; }; - CED753C21F2E7A6F007C97C7 /* ArithmeticException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753041F2E7A6F007C97C7 /* ArithmeticException.swift */; }; - CED753C31F2E7A6F007C97C7 /* Array.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753051F2E7A6F007C97C7 /* Array.swift */; }; - CED753C41F2E7A6F007C97C7 /* ArrayIndexOutOfBoundsException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753061F2E7A6F007C97C7 /* ArrayIndexOutOfBoundsException.swift */; }; - CED753C51F2E7A6F007C97C7 /* ArrayStoreException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753071F2E7A6F007C97C7 /* ArrayStoreException.swift */; }; - CED753C61F2E7A6F007C97C7 /* AssertionError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753081F2E7A6F007C97C7 /* AssertionError.swift */; }; - CED753C71F2E7A6F007C97C7 /* AutoCloseable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753091F2E7A6F007C97C7 /* AutoCloseable.swift */; }; - CED753C81F2E7A6F007C97C7 /* Boolean.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7530A1F2E7A6F007C97C7 /* Boolean.swift */; }; - CED753C91F2E7A6F007C97C7 /* BootstrapMethodError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7530B1F2E7A6F007C97C7 /* BootstrapMethodError.swift */; }; - CED753CA1F2E7A6F007C97C7 /* BufferPoolMXBean.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7530C1F2E7A6F007C97C7 /* BufferPoolMXBean.swift */; }; - CED753CB1F2E7A6F007C97C7 /* Byte.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7530D1F2E7A6F007C97C7 /* Byte.swift */; }; - CED753CC1F2E7A6F007C97C7 /* CallSite.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7530E1F2E7A6F007C97C7 /* CallSite.swift */; }; - CED753CD1F2E7A6F007C97C7 /* Character_Subset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7530F1F2E7A6F007C97C7 /* Character_Subset.swift */; }; - CED753CE1F2E7A6F007C97C7 /* Character_UnicodeBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753101F2E7A6F007C97C7 /* Character_UnicodeBlock.swift */; }; - CED753CF1F2E7A6F007C97C7 /* Character_UnicodeScript.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753111F2E7A6F007C97C7 /* Character_UnicodeScript.swift */; }; - CED753D01F2E7A6F007C97C7 /* Character.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753121F2E7A6F007C97C7 /* Character.swift */; }; - CED753D31F2E7A6F007C97C7 /* ClassCastException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753151F2E7A6F007C97C7 /* ClassCastException.swift */; }; - CED753D41F2E7A6F007C97C7 /* ClassCircularityError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753161F2E7A6F007C97C7 /* ClassCircularityError.swift */; }; - CED753D51F2E7A6F007C97C7 /* ClassDefinition.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753171F2E7A6F007C97C7 /* ClassDefinition.swift */; }; - CED753D61F2E7A6F007C97C7 /* ClassFileTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753181F2E7A6F007C97C7 /* ClassFileTransformer.swift */; }; - CED753D71F2E7A6F007C97C7 /* ClassFormatError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753191F2E7A6F007C97C7 /* ClassFormatError.swift */; }; - CED753D81F2E7A6F007C97C7 /* ClassLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7531A1F2E7A6F007C97C7 /* ClassLoader.swift */; }; - CED753D91F2E7A6F007C97C7 /* ClassLoadingMXBean.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7531B1F2E7A6F007C97C7 /* ClassLoadingMXBean.swift */; }; - CED753DA1F2E7A6F007C97C7 /* ClassNotFoundException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7531C1F2E7A6F007C97C7 /* ClassNotFoundException.swift */; }; - CED753DB1F2E7A6F007C97C7 /* ClassValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7531D1F2E7A6F007C97C7 /* ClassValue.swift */; }; - CED753DC1F2E7A6F007C97C7 /* Cloneable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7531E1F2E7A6F007C97C7 /* Cloneable.swift */; }; - CED753DD1F2E7A6F007C97C7 /* CloneNotSupportedException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7531F1F2E7A6F007C97C7 /* CloneNotSupportedException.swift */; }; - CED753DE1F2E7A6F007C97C7 /* CompilationMXBean.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753201F2E7A6F007C97C7 /* CompilationMXBean.swift */; }; - CED753DF1F2E7A6F007C97C7 /* Compiler.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753211F2E7A6F007C97C7 /* Compiler.swift */; }; - CED753E01F2E7A6F007C97C7 /* ConstantCallSite.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753221F2E7A6F007C97C7 /* ConstantCallSite.swift */; }; - CED753E11F2E7A6F007C97C7 /* Constructor.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753231F2E7A6F007C97C7 /* Constructor.swift */; }; - CED753E21F2E7A6F007C97C7 /* Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753241F2E7A6F007C97C7 /* Deprecated.swift */; }; - CED753E31F2E7A6F007C97C7 /* Documented.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753251F2E7A6F007C97C7 /* Documented.swift */; }; - CED753E41F2E7A6F007C97C7 /* ElementType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753261F2E7A6F007C97C7 /* ElementType.swift */; }; - CED753E61F2E7A6F007C97C7 /* EnumConstantNotPresentException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753281F2E7A6F007C97C7 /* EnumConstantNotPresentException.swift */; }; - CED753E81F2E7A6F007C97C7 /* ExceptionInInitializerError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7532A1F2E7A6F007C97C7 /* ExceptionInInitializerError.swift */; }; - CED753E91F2E7A6F007C97C7 /* Executable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7532B1F2E7A6F007C97C7 /* Executable.swift */; }; - CED753EA1F2E7A6F007C97C7 /* Field.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7532C1F2E7A6F007C97C7 /* Field.swift */; }; - CED753EB1F2E7A6F007C97C7 /* FunctionalInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7532D1F2E7A6F007C97C7 /* FunctionalInterface.swift */; }; - CED753EC1F2E7A6F007C97C7 /* GarbageCollectorMXBean.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7532E1F2E7A6F007C97C7 /* GarbageCollectorMXBean.swift */; }; - CED753ED1F2E7A6F007C97C7 /* GenericArrayType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7532F1F2E7A6F007C97C7 /* GenericArrayType.swift */; }; - CED753EE1F2E7A6F007C97C7 /* GenericDeclaration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753301F2E7A6F007C97C7 /* GenericDeclaration.swift */; }; - CED753EF1F2E7A6F007C97C7 /* GenericSignatureFormatError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753311F2E7A6F007C97C7 /* GenericSignatureFormatError.swift */; }; - CED753F01F2E7A6F007C97C7 /* IllegalAccessError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753321F2E7A6F007C97C7 /* IllegalAccessError.swift */; }; - CED753F11F2E7A6F007C97C7 /* IllegalAccessException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753331F2E7A6F007C97C7 /* IllegalAccessException.swift */; }; - CED753F21F2E7A6F007C97C7 /* IllegalArgumentException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753341F2E7A6F007C97C7 /* IllegalArgumentException.swift */; }; - CED753F31F2E7A6F007C97C7 /* IllegalClassFormatException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753351F2E7A6F007C97C7 /* IllegalClassFormatException.swift */; }; - CED753F41F2E7A6F007C97C7 /* IllegalMonitorStateException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753361F2E7A6F007C97C7 /* IllegalMonitorStateException.swift */; }; - CED753F51F2E7A6F007C97C7 /* IllegalStateException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753371F2E7A6F007C97C7 /* IllegalStateException.swift */; }; - CED753F61F2E7A6F007C97C7 /* IllegalThreadStateException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753381F2E7A6F007C97C7 /* IllegalThreadStateException.swift */; }; - CED753F71F2E7A6F007C97C7 /* IncompatibleClassChangeError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753391F2E7A6F007C97C7 /* IncompatibleClassChangeError.swift */; }; - CED753F81F2E7A6F007C97C7 /* IncompleteAnnotationException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7533A1F2E7A6F007C97C7 /* IncompleteAnnotationException.swift */; }; - CED753F91F2E7A6F007C97C7 /* IndexOutOfBoundsException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7533B1F2E7A6F007C97C7 /* IndexOutOfBoundsException.swift */; }; - CED753FA1F2E7A6F007C97C7 /* InheritableThreadLocal.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7533C1F2E7A6F007C97C7 /* InheritableThreadLocal.swift */; }; - CED753FB1F2E7A6F007C97C7 /* Inherited.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7533D1F2E7A6F007C97C7 /* Inherited.swift */; }; - CED753FC1F2E7A6F007C97C7 /* InstantiationError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7533E1F2E7A6F007C97C7 /* InstantiationError.swift */; }; - CED753FD1F2E7A6F007C97C7 /* InstantiationException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7533F1F2E7A6F007C97C7 /* InstantiationException.swift */; }; - CED753FE1F2E7A6F007C97C7 /* Instrumentation.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753401F2E7A6F007C97C7 /* Instrumentation.swift */; }; - CED753FF1F2E7A6F007C97C7 /* Integer.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753411F2E7A6F007C97C7 /* Integer.swift */; }; - CED754001F2E7A6F007C97C7 /* InternalError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753421F2E7A6F007C97C7 /* InternalError.swift */; }; - CED754011F2E7A6F007C97C7 /* InterruptedException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753431F2E7A6F007C97C7 /* InterruptedException.swift */; }; - CED754021F2E7A6F007C97C7 /* InvocationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753441F2E7A6F007C97C7 /* InvocationHandler.swift */; }; - CED754031F2E7A6F007C97C7 /* InvocationTargetException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753451F2E7A6F007C97C7 /* InvocationTargetException.swift */; }; - CED754041F2E7A6F007C97C7 /* Iterable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753461F2E7A6F007C97C7 /* Iterable.swift */; }; - CED754051F2E7A6F007C97C7 /* JavaComparable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753471F2E7A6F007C97C7 /* JavaComparable.swift */; }; - CED754061F2E7A6F007C97C7 /* JavaDouble.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753481F2E7A6F007C97C7 /* JavaDouble.swift */; }; - CED754071F2E7A6F007C97C7 /* JavaError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753491F2E7A6F007C97C7 /* JavaError.swift */; }; - CED754081F2E7A6F007C97C7 /* JavaFloat.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7534A1F2E7A6F007C97C7 /* JavaFloat.swift */; }; - CED7540A1F2E7A6F007C97C7 /* JavaSecurityException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7534C1F2E7A6F007C97C7 /* JavaSecurityException.swift */; }; - CED7540B1F2E7A6F007C97C7 /* JavaString.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7534D1F2E7A6F007C97C7 /* JavaString.swift */; }; - CED7540C1F2E7A6F007C97C7 /* LambdaConversionException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7534E1F2E7A6F007C97C7 /* LambdaConversionException.swift */; }; - CED7540D1F2E7A6F007C97C7 /* LambdaMetafactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7534F1F2E7A6F007C97C7 /* LambdaMetafactory.swift */; }; - CED7540E1F2E7A6F007C97C7 /* LinkageError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753501F2E7A6F007C97C7 /* LinkageError.swift */; }; - CED7540F1F2E7A6F007C97C7 /* LockInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753511F2E7A6F007C97C7 /* LockInfo.swift */; }; - CED754101F2E7A6F007C97C7 /* Long.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753521F2E7A6F007C97C7 /* Long.swift */; }; - CED754111F2E7A6F007C97C7 /* MalformedParameterizedTypeException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753531F2E7A6F007C97C7 /* MalformedParameterizedTypeException.swift */; }; - CED754121F2E7A6F007C97C7 /* MalformedParametersException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753541F2E7A6F007C97C7 /* MalformedParametersException.swift */; }; - CED754131F2E7A6F007C97C7 /* ManagementFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753551F2E7A6F007C97C7 /* ManagementFactory.swift */; }; - CED754141F2E7A6F007C97C7 /* ManagementPermission.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753561F2E7A6F007C97C7 /* ManagementPermission.swift */; }; - CED754151F2E7A6F007C97C7 /* Math.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753571F2E7A6F007C97C7 /* Math.swift */; }; - CED754161F2E7A6F007C97C7 /* Member.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753581F2E7A6F007C97C7 /* Member.swift */; }; - CED754171F2E7A6F007C97C7 /* MemoryManagerMXBean.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753591F2E7A6F007C97C7 /* MemoryManagerMXBean.swift */; }; - CED754181F2E7A6F007C97C7 /* MemoryMXBean.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7535A1F2E7A6F007C97C7 /* MemoryMXBean.swift */; }; - CED754191F2E7A6F007C97C7 /* MemoryNotificationInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7535B1F2E7A6F007C97C7 /* MemoryNotificationInfo.swift */; }; - CED7541A1F2E7A6F007C97C7 /* MemoryPoolMXBean.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7535C1F2E7A6F007C97C7 /* MemoryPoolMXBean.swift */; }; - CED7541B1F2E7A6F007C97C7 /* MemoryType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7535D1F2E7A6F007C97C7 /* MemoryType.swift */; }; - CED7541C1F2E7A6F007C97C7 /* MemoryUsage.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7535E1F2E7A6F007C97C7 /* MemoryUsage.swift */; }; - CED7541D1F2E7A6F007C97C7 /* Method.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7535F1F2E7A6F007C97C7 /* Method.swift */; }; - CED7541E1F2E7A6F007C97C7 /* MethodHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753601F2E7A6F007C97C7 /* MethodHandle.swift */; }; - CED7541F1F2E7A6F007C97C7 /* MethodHandleInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753611F2E7A6F007C97C7 /* MethodHandleInfo.swift */; }; - CED754201F2E7A6F007C97C7 /* MethodHandleProxies.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753621F2E7A6F007C97C7 /* MethodHandleProxies.swift */; }; - CED754211F2E7A6F007C97C7 /* MethodHandles_Lookup.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753631F2E7A6F007C97C7 /* MethodHandles_Lookup.swift */; }; - CED754221F2E7A6F007C97C7 /* MethodHandles.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753641F2E7A6F007C97C7 /* MethodHandles.swift */; }; - CED754231F2E7A6F007C97C7 /* MethodType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753651F2E7A6F007C97C7 /* MethodType.swift */; }; - CED754241F2E7A6F007C97C7 /* Modifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753661F2E7A6F007C97C7 /* Modifier.swift */; }; - CED754251F2E7A6F007C97C7 /* MonitorInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753671F2E7A6F007C97C7 /* MonitorInfo.swift */; }; - CED754261F2E7A6F007C97C7 /* MutableCallSite.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753681F2E7A6F007C97C7 /* MutableCallSite.swift */; }; - CED754271F2E7A6F007C97C7 /* Native.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753691F2E7A6F007C97C7 /* Native.swift */; }; - CED754281F2E7A6F007C97C7 /* NegativeArraySizeException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7536A1F2E7A6F007C97C7 /* NegativeArraySizeException.swift */; }; - CED754291F2E7A6F007C97C7 /* NoClassDefFoundError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7536B1F2E7A6F007C97C7 /* NoClassDefFoundError.swift */; }; - CED7542A1F2E7A6F007C97C7 /* NoSuchFieldError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7536C1F2E7A6F007C97C7 /* NoSuchFieldError.swift */; }; - CED7542B1F2E7A6F007C97C7 /* NoSuchFieldException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7536D1F2E7A6F007C97C7 /* NoSuchFieldException.swift */; }; - CED7542C1F2E7A6F007C97C7 /* NoSuchMethodError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7536E1F2E7A6F007C97C7 /* NoSuchMethodError.swift */; }; - CED7542D1F2E7A6F007C97C7 /* NoSuchMethodException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7536F1F2E7A6F007C97C7 /* NoSuchMethodException.swift */; }; - CED7542E1F2E7A6F007C97C7 /* NullPointerException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753701F2E7A6F007C97C7 /* NullPointerException.swift */; }; - CED7542F1F2E7A6F007C97C7 /* Number.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753711F2E7A6F007C97C7 /* Number.swift */; }; - CED754301F2E7A6F007C97C7 /* NumberFormatException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753721F2E7A6F007C97C7 /* NumberFormatException.swift */; }; - CED754311F2E7A6F007C97C7 /* OperatingSystemMXBean.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753731F2E7A6F007C97C7 /* OperatingSystemMXBean.swift */; }; - CED754321F2E7A6F007C97C7 /* OutOfMemoryError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753741F2E7A6F007C97C7 /* OutOfMemoryError.swift */; }; - CED754331F2E7A6F007C97C7 /* Override.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753751F2E7A6F007C97C7 /* Override.swift */; }; - CED754341F2E7A6F007C97C7 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753761F2E7A6F007C97C7 /* Package.swift */; }; - CED754351F2E7A6F007C97C7 /* Parameter.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753771F2E7A6F007C97C7 /* Parameter.swift */; }; - CED754361F2E7A6F007C97C7 /* ParameterizedType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753781F2E7A6F007C97C7 /* ParameterizedType.swift */; }; - CED754371F2E7A6F007C97C7 /* PhantomReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753791F2E7A6F007C97C7 /* PhantomReference.swift */; }; - CED754381F2E7A6F007C97C7 /* PlatformLoggingMXBean.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7537A1F2E7A6F007C97C7 /* PlatformLoggingMXBean.swift */; }; - CED754391F2E7A6F007C97C7 /* PlatformManagedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7537B1F2E7A6F007C97C7 /* PlatformManagedObject.swift */; }; - CED7543A1F2E7A6F007C97C7 /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7537C1F2E7A6F007C97C7 /* Process.swift */; }; - CED7543B1F2E7A6F007C97C7 /* ProcessBuilder_Redirect_Type.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7537D1F2E7A6F007C97C7 /* ProcessBuilder_Redirect_Type.swift */; }; - CED7543C1F2E7A6F007C97C7 /* ProcessBuilder_Redirect.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7537E1F2E7A6F007C97C7 /* ProcessBuilder_Redirect.swift */; }; - CED7543D1F2E7A6F007C97C7 /* ProcessBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7537F1F2E7A6F007C97C7 /* ProcessBuilder.swift */; }; - CED7543E1F2E7A6F007C97C7 /* Proxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753801F2E7A6F007C97C7 /* Proxy.swift */; }; - CED7543F1F2E7A6F007C97C7 /* Readable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753811F2E7A6F007C97C7 /* Readable.swift */; }; - CED754401F2E7A6F007C97C7 /* Reference.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753821F2E7A6F007C97C7 /* Reference.swift */; }; - CED754411F2E7A6F007C97C7 /* ReferenceQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753831F2E7A6F007C97C7 /* ReferenceQueue.swift */; }; - CED754421F2E7A6F007C97C7 /* ReflectiveOperationException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753841F2E7A6F007C97C7 /* ReflectiveOperationException.swift */; }; - CED754431F2E7A6F007C97C7 /* ReflectPermission.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753851F2E7A6F007C97C7 /* ReflectPermission.swift */; }; - CED754441F2E7A6F007C97C7 /* Repeatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753861F2E7A6F007C97C7 /* Repeatable.swift */; }; - CED754451F2E7A6F007C97C7 /* Retention.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753871F2E7A6F007C97C7 /* Retention.swift */; }; - CED754461F2E7A6F007C97C7 /* RetentionPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753881F2E7A6F007C97C7 /* RetentionPolicy.swift */; }; - CED754481F2E7A6F007C97C7 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7538A1F2E7A6F007C97C7 /* Runtime.swift */; }; - CED754491F2E7A6F007C97C7 /* RuntimeException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7538B1F2E7A6F007C97C7 /* RuntimeException.swift */; }; - CED7544A1F2E7A6F007C97C7 /* RuntimeMXBean.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7538C1F2E7A6F007C97C7 /* RuntimeMXBean.swift */; }; - CED7544B1F2E7A6F007C97C7 /* RuntimePermission.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7538D1F2E7A6F007C97C7 /* RuntimePermission.swift */; }; - CED7544C1F2E7A6F007C97C7 /* SafeVarargs.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7538E1F2E7A6F007C97C7 /* SafeVarargs.swift */; }; - CED7544D1F2E7A6F007C97C7 /* SecurityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7538F1F2E7A6F007C97C7 /* SecurityManager.swift */; }; - CED7544E1F2E7A6F007C97C7 /* SerializedLambda.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753901F2E7A6F007C97C7 /* SerializedLambda.swift */; }; - CED7544F1F2E7A6F007C97C7 /* Short.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753911F2E7A6F007C97C7 /* Short.swift */; }; - CED754501F2E7A70007C97C7 /* SoftReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753921F2E7A6F007C97C7 /* SoftReference.swift */; }; - CED754511F2E7A70007C97C7 /* StackOverflowError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753931F2E7A6F007C97C7 /* StackOverflowError.swift */; }; - CED754521F2E7A70007C97C7 /* StackTraceElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753941F2E7A6F007C97C7 /* StackTraceElement.swift */; }; - CED754531F2E7A70007C97C7 /* StrictMath.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753951F2E7A6F007C97C7 /* StrictMath.swift */; }; - CED754541F2E7A70007C97C7 /* StringBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753961F2E7A6F007C97C7 /* StringBuffer.swift */; }; - CED754551F2E7A70007C97C7 /* StringBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753971F2E7A6F007C97C7 /* StringBuilder.swift */; }; - CED754561F2E7A70007C97C7 /* StringIndexOutOfBoundsException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753981F2E7A6F007C97C7 /* StringIndexOutOfBoundsException.swift */; }; - CED754571F2E7A70007C97C7 /* SuppressWarnings.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753991F2E7A6F007C97C7 /* SuppressWarnings.swift */; }; - CED754581F2E7A70007C97C7 /* SwitchPoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7539A1F2E7A6F007C97C7 /* SwitchPoint.swift */; }; - CED754591F2E7A70007C97C7 /* System.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7539B1F2E7A6F007C97C7 /* System.swift */; }; - CED7545A1F2E7A70007C97C7 /* Target.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7539C1F2E7A6F007C97C7 /* Target.swift */; }; - CED7545B1F2E7A70007C97C7 /* Thread_State.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7539D1F2E7A6F007C97C7 /* Thread_State.swift */; }; - CED7545C1F2E7A70007C97C7 /* Thread_UncaughtExceptionHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7539E1F2E7A6F007C97C7 /* Thread_UncaughtExceptionHandler.swift */; }; - CED7545E1F2E7A70007C97C7 /* ThreadDeath.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753A01F2E7A6F007C97C7 /* ThreadDeath.swift */; }; - CED7545F1F2E7A70007C97C7 /* ThreadGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753A11F2E7A6F007C97C7 /* ThreadGroup.swift */; }; - CED754601F2E7A70007C97C7 /* ThreadInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753A21F2E7A6F007C97C7 /* ThreadInfo.swift */; }; - CED754611F2E7A70007C97C7 /* ThreadLocal.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753A31F2E7A6F007C97C7 /* ThreadLocal.swift */; }; - CED754621F2E7A70007C97C7 /* ThreadMXBean.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753A41F2E7A6F007C97C7 /* ThreadMXBean.swift */; }; - CED754641F2E7A70007C97C7 /* Type.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753A61F2E7A6F007C97C7 /* Type.swift */; }; - CED754651F2E7A70007C97C7 /* TypeNotPresentException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753A71F2E7A6F007C97C7 /* TypeNotPresentException.swift */; }; - CED754661F2E7A70007C97C7 /* TypeVariable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753A81F2E7A6F007C97C7 /* TypeVariable.swift */; }; - CED754671F2E7A70007C97C7 /* UndeclaredThrowableException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753A91F2E7A6F007C97C7 /* UndeclaredThrowableException.swift */; }; - CED754681F2E7A70007C97C7 /* UnknownError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753AA1F2E7A6F007C97C7 /* UnknownError.swift */; }; - CED754691F2E7A70007C97C7 /* UnmodifiableClassException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753AB1F2E7A6F007C97C7 /* UnmodifiableClassException.swift */; }; - CED7546A1F2E7A70007C97C7 /* UnsatisfiedLinkError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753AC1F2E7A6F007C97C7 /* UnsatisfiedLinkError.swift */; }; - CED7546B1F2E7A70007C97C7 /* UnsupportedClassVersionError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753AD1F2E7A6F007C97C7 /* UnsupportedClassVersionError.swift */; }; - CED7546C1F2E7A70007C97C7 /* UnsupportedOperationException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753AE1F2E7A6F007C97C7 /* UnsupportedOperationException.swift */; }; - CED7546D1F2E7A70007C97C7 /* VerifyError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753AF1F2E7A6F007C97C7 /* VerifyError.swift */; }; - CED7546E1F2E7A70007C97C7 /* VirtualMachineError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753B01F2E7A6F007C97C7 /* VirtualMachineError.swift */; }; - CED7546F1F2E7A70007C97C7 /* Void.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753B11F2E7A6F007C97C7 /* Void.swift */; }; - CED754701F2E7A70007C97C7 /* VolatileCallSite.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753B21F2E7A6F007C97C7 /* VolatileCallSite.swift */; }; - CED754711F2E7A70007C97C7 /* WeakReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753B31F2E7A6F007C97C7 /* WeakReference.swift */; }; - CED754721F2E7A70007C97C7 /* WildcardType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753B41F2E7A6F007C97C7 /* WildcardType.swift */; }; - CED754731F2E7A70007C97C7 /* WrongMethodTypeException.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED753B51F2E7A6F007C97C7 /* WrongMethodTypeException.swift */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - BB19B4311D6632CF002F5586 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - BBBF2E421D499E1D004142AE /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - BBBF2E431D499E1D004142AE /* java_lang.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = java_lang.h; sourceTree = ""; }; - BBC13EA61D4997D20035A039 /* java_lang.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = java_lang.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BBC13EBF1D4998290035A039 /* java_swift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = java_swift.framework; path = "../../../Library/Developer/Xcode/DerivedData/SwiftJava-bhwyspxgviouaubrunixdmmpgggl/Build/Products/Debug/java_swift.framework"; sourceTree = ""; }; - BBC13F111D4998450035A039 /* java_lang.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = java_lang.swift; path = Sources/java_lang.swift; sourceTree = ""; }; - BBC140461D4998DB0035A039 /* build.log */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = build.log; sourceTree = ""; }; - BBC140471D4998DB0035A039 /* Package.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; }; - CE4A24F91F3491D5003AF384 /* CharSequence.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CharSequence.swift; path = Sources/CharSequence.swift; sourceTree = ""; }; - CED752F81F2E7A6F007C97C7 /* AbstractMethodError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AbstractMethodError.swift; path = Sources/AbstractMethodError.swift; sourceTree = ""; }; - CED752F91F2E7A6F007C97C7 /* AccessibleObject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AccessibleObject.swift; path = Sources/AccessibleObject.swift; sourceTree = ""; }; - CED752FA1F2E7A6F007C97C7 /* AnnotatedArrayType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AnnotatedArrayType.swift; path = Sources/AnnotatedArrayType.swift; sourceTree = ""; }; - CED752FB1F2E7A6F007C97C7 /* AnnotatedElement.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AnnotatedElement.swift; path = Sources/AnnotatedElement.swift; sourceTree = ""; }; - CED752FC1F2E7A6F007C97C7 /* AnnotatedParameterizedType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AnnotatedParameterizedType.swift; path = Sources/AnnotatedParameterizedType.swift; sourceTree = ""; }; - CED752FD1F2E7A6F007C97C7 /* AnnotatedType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AnnotatedType.swift; path = Sources/AnnotatedType.swift; sourceTree = ""; }; - CED752FE1F2E7A6F007C97C7 /* AnnotatedTypeVariable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AnnotatedTypeVariable.swift; path = Sources/AnnotatedTypeVariable.swift; sourceTree = ""; }; - CED752FF1F2E7A6F007C97C7 /* AnnotatedWildcardType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AnnotatedWildcardType.swift; path = Sources/AnnotatedWildcardType.swift; sourceTree = ""; }; - CED753001F2E7A6F007C97C7 /* Annotation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Annotation.swift; path = Sources/Annotation.swift; sourceTree = ""; }; - CED753011F2E7A6F007C97C7 /* AnnotationFormatError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AnnotationFormatError.swift; path = Sources/AnnotationFormatError.swift; sourceTree = ""; }; - CED753021F2E7A6F007C97C7 /* AnnotationTypeMismatchException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AnnotationTypeMismatchException.swift; path = Sources/AnnotationTypeMismatchException.swift; sourceTree = ""; }; - CED753031F2E7A6F007C97C7 /* Appendable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Appendable.swift; path = Sources/Appendable.swift; sourceTree = ""; }; - CED753041F2E7A6F007C97C7 /* ArithmeticException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ArithmeticException.swift; path = Sources/ArithmeticException.swift; sourceTree = ""; }; - CED753051F2E7A6F007C97C7 /* Array.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Array.swift; path = Sources/Array.swift; sourceTree = ""; }; - CED753061F2E7A6F007C97C7 /* ArrayIndexOutOfBoundsException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ArrayIndexOutOfBoundsException.swift; path = Sources/ArrayIndexOutOfBoundsException.swift; sourceTree = ""; }; - CED753071F2E7A6F007C97C7 /* ArrayStoreException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ArrayStoreException.swift; path = Sources/ArrayStoreException.swift; sourceTree = ""; }; - CED753081F2E7A6F007C97C7 /* AssertionError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AssertionError.swift; path = Sources/AssertionError.swift; sourceTree = ""; }; - CED753091F2E7A6F007C97C7 /* AutoCloseable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AutoCloseable.swift; path = Sources/AutoCloseable.swift; sourceTree = ""; }; - CED7530A1F2E7A6F007C97C7 /* Boolean.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Boolean.swift; path = Sources/Boolean.swift; sourceTree = ""; }; - CED7530B1F2E7A6F007C97C7 /* BootstrapMethodError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BootstrapMethodError.swift; path = Sources/BootstrapMethodError.swift; sourceTree = ""; }; - CED7530C1F2E7A6F007C97C7 /* BufferPoolMXBean.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BufferPoolMXBean.swift; path = Sources/BufferPoolMXBean.swift; sourceTree = ""; }; - CED7530D1F2E7A6F007C97C7 /* Byte.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Byte.swift; path = Sources/Byte.swift; sourceTree = ""; }; - CED7530E1F2E7A6F007C97C7 /* CallSite.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CallSite.swift; path = Sources/CallSite.swift; sourceTree = ""; }; - CED7530F1F2E7A6F007C97C7 /* Character_Subset.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Character_Subset.swift; path = Sources/Character_Subset.swift; sourceTree = ""; }; - CED753101F2E7A6F007C97C7 /* Character_UnicodeBlock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Character_UnicodeBlock.swift; path = Sources/Character_UnicodeBlock.swift; sourceTree = ""; }; - CED753111F2E7A6F007C97C7 /* Character_UnicodeScript.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Character_UnicodeScript.swift; path = Sources/Character_UnicodeScript.swift; sourceTree = ""; }; - CED753121F2E7A6F007C97C7 /* Character.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Character.swift; path = Sources/Character.swift; sourceTree = ""; }; - CED753151F2E7A6F007C97C7 /* ClassCastException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ClassCastException.swift; path = Sources/ClassCastException.swift; sourceTree = ""; }; - CED753161F2E7A6F007C97C7 /* ClassCircularityError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ClassCircularityError.swift; path = Sources/ClassCircularityError.swift; sourceTree = ""; }; - CED753171F2E7A6F007C97C7 /* ClassDefinition.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ClassDefinition.swift; path = Sources/ClassDefinition.swift; sourceTree = ""; }; - CED753181F2E7A6F007C97C7 /* ClassFileTransformer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ClassFileTransformer.swift; path = Sources/ClassFileTransformer.swift; sourceTree = ""; }; - CED753191F2E7A6F007C97C7 /* ClassFormatError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ClassFormatError.swift; path = Sources/ClassFormatError.swift; sourceTree = ""; }; - CED7531A1F2E7A6F007C97C7 /* ClassLoader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ClassLoader.swift; path = Sources/ClassLoader.swift; sourceTree = ""; }; - CED7531B1F2E7A6F007C97C7 /* ClassLoadingMXBean.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ClassLoadingMXBean.swift; path = Sources/ClassLoadingMXBean.swift; sourceTree = ""; }; - CED7531C1F2E7A6F007C97C7 /* ClassNotFoundException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ClassNotFoundException.swift; path = Sources/ClassNotFoundException.swift; sourceTree = ""; }; - CED7531D1F2E7A6F007C97C7 /* ClassValue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ClassValue.swift; path = Sources/ClassValue.swift; sourceTree = ""; }; - CED7531E1F2E7A6F007C97C7 /* Cloneable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Cloneable.swift; path = Sources/Cloneable.swift; sourceTree = ""; }; - CED7531F1F2E7A6F007C97C7 /* CloneNotSupportedException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CloneNotSupportedException.swift; path = Sources/CloneNotSupportedException.swift; sourceTree = ""; }; - CED753201F2E7A6F007C97C7 /* CompilationMXBean.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CompilationMXBean.swift; path = Sources/CompilationMXBean.swift; sourceTree = ""; }; - CED753211F2E7A6F007C97C7 /* Compiler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Compiler.swift; path = Sources/Compiler.swift; sourceTree = ""; }; - CED753221F2E7A6F007C97C7 /* ConstantCallSite.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ConstantCallSite.swift; path = Sources/ConstantCallSite.swift; sourceTree = ""; }; - CED753231F2E7A6F007C97C7 /* Constructor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Constructor.swift; path = Sources/Constructor.swift; sourceTree = ""; }; - CED753241F2E7A6F007C97C7 /* Deprecated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Deprecated.swift; path = Sources/Deprecated.swift; sourceTree = ""; }; - CED753251F2E7A6F007C97C7 /* Documented.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Documented.swift; path = Sources/Documented.swift; sourceTree = ""; }; - CED753261F2E7A6F007C97C7 /* ElementType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ElementType.swift; path = Sources/ElementType.swift; sourceTree = ""; }; - CED753281F2E7A6F007C97C7 /* EnumConstantNotPresentException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = EnumConstantNotPresentException.swift; path = Sources/EnumConstantNotPresentException.swift; sourceTree = ""; }; - CED7532A1F2E7A6F007C97C7 /* ExceptionInInitializerError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ExceptionInInitializerError.swift; path = Sources/ExceptionInInitializerError.swift; sourceTree = ""; }; - CED7532B1F2E7A6F007C97C7 /* Executable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Executable.swift; path = Sources/Executable.swift; sourceTree = ""; }; - CED7532C1F2E7A6F007C97C7 /* Field.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Field.swift; path = Sources/Field.swift; sourceTree = ""; }; - CED7532D1F2E7A6F007C97C7 /* FunctionalInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FunctionalInterface.swift; path = Sources/FunctionalInterface.swift; sourceTree = ""; }; - CED7532E1F2E7A6F007C97C7 /* GarbageCollectorMXBean.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = GarbageCollectorMXBean.swift; path = Sources/GarbageCollectorMXBean.swift; sourceTree = ""; }; - CED7532F1F2E7A6F007C97C7 /* GenericArrayType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = GenericArrayType.swift; path = Sources/GenericArrayType.swift; sourceTree = ""; }; - CED753301F2E7A6F007C97C7 /* GenericDeclaration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = GenericDeclaration.swift; path = Sources/GenericDeclaration.swift; sourceTree = ""; }; - CED753311F2E7A6F007C97C7 /* GenericSignatureFormatError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = GenericSignatureFormatError.swift; path = Sources/GenericSignatureFormatError.swift; sourceTree = ""; }; - CED753321F2E7A6F007C97C7 /* IllegalAccessError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IllegalAccessError.swift; path = Sources/IllegalAccessError.swift; sourceTree = ""; }; - CED753331F2E7A6F007C97C7 /* IllegalAccessException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IllegalAccessException.swift; path = Sources/IllegalAccessException.swift; sourceTree = ""; }; - CED753341F2E7A6F007C97C7 /* IllegalArgumentException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IllegalArgumentException.swift; path = Sources/IllegalArgumentException.swift; sourceTree = ""; }; - CED753351F2E7A6F007C97C7 /* IllegalClassFormatException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IllegalClassFormatException.swift; path = Sources/IllegalClassFormatException.swift; sourceTree = ""; }; - CED753361F2E7A6F007C97C7 /* IllegalMonitorStateException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IllegalMonitorStateException.swift; path = Sources/IllegalMonitorStateException.swift; sourceTree = ""; }; - CED753371F2E7A6F007C97C7 /* IllegalStateException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IllegalStateException.swift; path = Sources/IllegalStateException.swift; sourceTree = ""; }; - CED753381F2E7A6F007C97C7 /* IllegalThreadStateException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IllegalThreadStateException.swift; path = Sources/IllegalThreadStateException.swift; sourceTree = ""; }; - CED753391F2E7A6F007C97C7 /* IncompatibleClassChangeError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IncompatibleClassChangeError.swift; path = Sources/IncompatibleClassChangeError.swift; sourceTree = ""; }; - CED7533A1F2E7A6F007C97C7 /* IncompleteAnnotationException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IncompleteAnnotationException.swift; path = Sources/IncompleteAnnotationException.swift; sourceTree = ""; }; - CED7533B1F2E7A6F007C97C7 /* IndexOutOfBoundsException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IndexOutOfBoundsException.swift; path = Sources/IndexOutOfBoundsException.swift; sourceTree = ""; }; - CED7533C1F2E7A6F007C97C7 /* InheritableThreadLocal.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InheritableThreadLocal.swift; path = Sources/InheritableThreadLocal.swift; sourceTree = ""; }; - CED7533D1F2E7A6F007C97C7 /* Inherited.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Inherited.swift; path = Sources/Inherited.swift; sourceTree = ""; }; - CED7533E1F2E7A6F007C97C7 /* InstantiationError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InstantiationError.swift; path = Sources/InstantiationError.swift; sourceTree = ""; }; - CED7533F1F2E7A6F007C97C7 /* InstantiationException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InstantiationException.swift; path = Sources/InstantiationException.swift; sourceTree = ""; }; - CED753401F2E7A6F007C97C7 /* Instrumentation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Instrumentation.swift; path = Sources/Instrumentation.swift; sourceTree = ""; }; - CED753411F2E7A6F007C97C7 /* Integer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Integer.swift; path = Sources/Integer.swift; sourceTree = ""; }; - CED753421F2E7A6F007C97C7 /* InternalError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InternalError.swift; path = Sources/InternalError.swift; sourceTree = ""; }; - CED753431F2E7A6F007C97C7 /* InterruptedException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InterruptedException.swift; path = Sources/InterruptedException.swift; sourceTree = ""; }; - CED753441F2E7A6F007C97C7 /* InvocationHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InvocationHandler.swift; path = Sources/InvocationHandler.swift; sourceTree = ""; }; - CED753451F2E7A6F007C97C7 /* InvocationTargetException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InvocationTargetException.swift; path = Sources/InvocationTargetException.swift; sourceTree = ""; }; - CED753461F2E7A6F007C97C7 /* Iterable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Iterable.swift; path = Sources/Iterable.swift; sourceTree = ""; }; - CED753471F2E7A6F007C97C7 /* JavaComparable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = JavaComparable.swift; path = Sources/JavaComparable.swift; sourceTree = ""; }; - CED753481F2E7A6F007C97C7 /* JavaDouble.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = JavaDouble.swift; path = Sources/JavaDouble.swift; sourceTree = ""; }; - CED753491F2E7A6F007C97C7 /* JavaError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = JavaError.swift; path = Sources/JavaError.swift; sourceTree = ""; }; - CED7534A1F2E7A6F007C97C7 /* JavaFloat.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = JavaFloat.swift; path = Sources/JavaFloat.swift; sourceTree = ""; }; - CED7534C1F2E7A6F007C97C7 /* JavaSecurityException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = JavaSecurityException.swift; path = Sources/JavaSecurityException.swift; sourceTree = ""; }; - CED7534D1F2E7A6F007C97C7 /* JavaString.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = JavaString.swift; path = Sources/JavaString.swift; sourceTree = ""; }; - CED7534E1F2E7A6F007C97C7 /* LambdaConversionException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = LambdaConversionException.swift; path = Sources/LambdaConversionException.swift; sourceTree = ""; }; - CED7534F1F2E7A6F007C97C7 /* LambdaMetafactory.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = LambdaMetafactory.swift; path = Sources/LambdaMetafactory.swift; sourceTree = ""; }; - CED753501F2E7A6F007C97C7 /* LinkageError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = LinkageError.swift; path = Sources/LinkageError.swift; sourceTree = ""; }; - CED753511F2E7A6F007C97C7 /* LockInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = LockInfo.swift; path = Sources/LockInfo.swift; sourceTree = ""; }; - CED753521F2E7A6F007C97C7 /* Long.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Long.swift; path = Sources/Long.swift; sourceTree = ""; }; - CED753531F2E7A6F007C97C7 /* MalformedParameterizedTypeException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MalformedParameterizedTypeException.swift; path = Sources/MalformedParameterizedTypeException.swift; sourceTree = ""; }; - CED753541F2E7A6F007C97C7 /* MalformedParametersException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MalformedParametersException.swift; path = Sources/MalformedParametersException.swift; sourceTree = ""; }; - CED753551F2E7A6F007C97C7 /* ManagementFactory.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ManagementFactory.swift; path = Sources/ManagementFactory.swift; sourceTree = ""; }; - CED753561F2E7A6F007C97C7 /* ManagementPermission.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ManagementPermission.swift; path = Sources/ManagementPermission.swift; sourceTree = ""; }; - CED753571F2E7A6F007C97C7 /* Math.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Math.swift; path = Sources/Math.swift; sourceTree = ""; }; - CED753581F2E7A6F007C97C7 /* Member.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Member.swift; path = Sources/Member.swift; sourceTree = ""; }; - CED753591F2E7A6F007C97C7 /* MemoryManagerMXBean.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MemoryManagerMXBean.swift; path = Sources/MemoryManagerMXBean.swift; sourceTree = ""; }; - CED7535A1F2E7A6F007C97C7 /* MemoryMXBean.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MemoryMXBean.swift; path = Sources/MemoryMXBean.swift; sourceTree = ""; }; - CED7535B1F2E7A6F007C97C7 /* MemoryNotificationInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MemoryNotificationInfo.swift; path = Sources/MemoryNotificationInfo.swift; sourceTree = ""; }; - CED7535C1F2E7A6F007C97C7 /* MemoryPoolMXBean.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MemoryPoolMXBean.swift; path = Sources/MemoryPoolMXBean.swift; sourceTree = ""; }; - CED7535D1F2E7A6F007C97C7 /* MemoryType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MemoryType.swift; path = Sources/MemoryType.swift; sourceTree = ""; }; - CED7535E1F2E7A6F007C97C7 /* MemoryUsage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MemoryUsage.swift; path = Sources/MemoryUsage.swift; sourceTree = ""; }; - CED7535F1F2E7A6F007C97C7 /* Method.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Method.swift; path = Sources/Method.swift; sourceTree = ""; }; - CED753601F2E7A6F007C97C7 /* MethodHandle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MethodHandle.swift; path = Sources/MethodHandle.swift; sourceTree = ""; }; - CED753611F2E7A6F007C97C7 /* MethodHandleInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MethodHandleInfo.swift; path = Sources/MethodHandleInfo.swift; sourceTree = ""; }; - CED753621F2E7A6F007C97C7 /* MethodHandleProxies.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MethodHandleProxies.swift; path = Sources/MethodHandleProxies.swift; sourceTree = ""; }; - CED753631F2E7A6F007C97C7 /* MethodHandles_Lookup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MethodHandles_Lookup.swift; path = Sources/MethodHandles_Lookup.swift; sourceTree = ""; }; - CED753641F2E7A6F007C97C7 /* MethodHandles.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MethodHandles.swift; path = Sources/MethodHandles.swift; sourceTree = ""; }; - CED753651F2E7A6F007C97C7 /* MethodType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MethodType.swift; path = Sources/MethodType.swift; sourceTree = ""; }; - CED753661F2E7A6F007C97C7 /* Modifier.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Modifier.swift; path = Sources/Modifier.swift; sourceTree = ""; }; - CED753671F2E7A6F007C97C7 /* MonitorInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MonitorInfo.swift; path = Sources/MonitorInfo.swift; sourceTree = ""; }; - CED753681F2E7A6F007C97C7 /* MutableCallSite.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MutableCallSite.swift; path = Sources/MutableCallSite.swift; sourceTree = ""; }; - CED753691F2E7A6F007C97C7 /* Native.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Native.swift; path = Sources/Native.swift; sourceTree = ""; }; - CED7536A1F2E7A6F007C97C7 /* NegativeArraySizeException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NegativeArraySizeException.swift; path = Sources/NegativeArraySizeException.swift; sourceTree = ""; }; - CED7536B1F2E7A6F007C97C7 /* NoClassDefFoundError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NoClassDefFoundError.swift; path = Sources/NoClassDefFoundError.swift; sourceTree = ""; }; - CED7536C1F2E7A6F007C97C7 /* NoSuchFieldError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NoSuchFieldError.swift; path = Sources/NoSuchFieldError.swift; sourceTree = ""; }; - CED7536D1F2E7A6F007C97C7 /* NoSuchFieldException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NoSuchFieldException.swift; path = Sources/NoSuchFieldException.swift; sourceTree = ""; }; - CED7536E1F2E7A6F007C97C7 /* NoSuchMethodError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NoSuchMethodError.swift; path = Sources/NoSuchMethodError.swift; sourceTree = ""; }; - CED7536F1F2E7A6F007C97C7 /* NoSuchMethodException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NoSuchMethodException.swift; path = Sources/NoSuchMethodException.swift; sourceTree = ""; }; - CED753701F2E7A6F007C97C7 /* NullPointerException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NullPointerException.swift; path = Sources/NullPointerException.swift; sourceTree = ""; }; - CED753711F2E7A6F007C97C7 /* Number.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Number.swift; path = Sources/Number.swift; sourceTree = ""; }; - CED753721F2E7A6F007C97C7 /* NumberFormatException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NumberFormatException.swift; path = Sources/NumberFormatException.swift; sourceTree = ""; }; - CED753731F2E7A6F007C97C7 /* OperatingSystemMXBean.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = OperatingSystemMXBean.swift; path = Sources/OperatingSystemMXBean.swift; sourceTree = ""; }; - CED753741F2E7A6F007C97C7 /* OutOfMemoryError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = OutOfMemoryError.swift; path = Sources/OutOfMemoryError.swift; sourceTree = ""; }; - CED753751F2E7A6F007C97C7 /* Override.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Override.swift; path = Sources/Override.swift; sourceTree = ""; }; - CED753761F2E7A6F007C97C7 /* Package.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Package.swift; path = Sources/Package.swift; sourceTree = ""; }; - CED753771F2E7A6F007C97C7 /* Parameter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Parameter.swift; path = Sources/Parameter.swift; sourceTree = ""; }; - CED753781F2E7A6F007C97C7 /* ParameterizedType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ParameterizedType.swift; path = Sources/ParameterizedType.swift; sourceTree = ""; }; - CED753791F2E7A6F007C97C7 /* PhantomReference.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PhantomReference.swift; path = Sources/PhantomReference.swift; sourceTree = ""; }; - CED7537A1F2E7A6F007C97C7 /* PlatformLoggingMXBean.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PlatformLoggingMXBean.swift; path = Sources/PlatformLoggingMXBean.swift; sourceTree = ""; }; - CED7537B1F2E7A6F007C97C7 /* PlatformManagedObject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PlatformManagedObject.swift; path = Sources/PlatformManagedObject.swift; sourceTree = ""; }; - CED7537C1F2E7A6F007C97C7 /* Process.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Process.swift; path = Sources/Process.swift; sourceTree = ""; }; - CED7537D1F2E7A6F007C97C7 /* ProcessBuilder_Redirect_Type.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ProcessBuilder_Redirect_Type.swift; path = Sources/ProcessBuilder_Redirect_Type.swift; sourceTree = ""; }; - CED7537E1F2E7A6F007C97C7 /* ProcessBuilder_Redirect.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ProcessBuilder_Redirect.swift; path = Sources/ProcessBuilder_Redirect.swift; sourceTree = ""; }; - CED7537F1F2E7A6F007C97C7 /* ProcessBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ProcessBuilder.swift; path = Sources/ProcessBuilder.swift; sourceTree = ""; }; - CED753801F2E7A6F007C97C7 /* Proxy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Proxy.swift; path = Sources/Proxy.swift; sourceTree = ""; }; - CED753811F2E7A6F007C97C7 /* Readable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Readable.swift; path = Sources/Readable.swift; sourceTree = ""; }; - CED753821F2E7A6F007C97C7 /* Reference.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Reference.swift; path = Sources/Reference.swift; sourceTree = ""; }; - CED753831F2E7A6F007C97C7 /* ReferenceQueue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ReferenceQueue.swift; path = Sources/ReferenceQueue.swift; sourceTree = ""; }; - CED753841F2E7A6F007C97C7 /* ReflectiveOperationException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ReflectiveOperationException.swift; path = Sources/ReflectiveOperationException.swift; sourceTree = ""; }; - CED753851F2E7A6F007C97C7 /* ReflectPermission.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ReflectPermission.swift; path = Sources/ReflectPermission.swift; sourceTree = ""; }; - CED753861F2E7A6F007C97C7 /* Repeatable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Repeatable.swift; path = Sources/Repeatable.swift; sourceTree = ""; }; - CED753871F2E7A6F007C97C7 /* Retention.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Retention.swift; path = Sources/Retention.swift; sourceTree = ""; }; - CED753881F2E7A6F007C97C7 /* RetentionPolicy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = RetentionPolicy.swift; path = Sources/RetentionPolicy.swift; sourceTree = ""; }; - CED7538A1F2E7A6F007C97C7 /* Runtime.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Runtime.swift; sourceTree = ""; }; - CED7538B1F2E7A6F007C97C7 /* RuntimeException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = RuntimeException.swift; path = Sources/RuntimeException.swift; sourceTree = ""; }; - CED7538C1F2E7A6F007C97C7 /* RuntimeMXBean.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = RuntimeMXBean.swift; path = Sources/RuntimeMXBean.swift; sourceTree = ""; }; - CED7538D1F2E7A6F007C97C7 /* RuntimePermission.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = RuntimePermission.swift; path = Sources/RuntimePermission.swift; sourceTree = ""; }; - CED7538E1F2E7A6F007C97C7 /* SafeVarargs.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SafeVarargs.swift; path = Sources/SafeVarargs.swift; sourceTree = ""; }; - CED7538F1F2E7A6F007C97C7 /* SecurityManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SecurityManager.swift; path = Sources/SecurityManager.swift; sourceTree = ""; }; - CED753901F2E7A6F007C97C7 /* SerializedLambda.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SerializedLambda.swift; path = Sources/SerializedLambda.swift; sourceTree = ""; }; - CED753911F2E7A6F007C97C7 /* Short.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Short.swift; path = Sources/Short.swift; sourceTree = ""; }; - CED753921F2E7A6F007C97C7 /* SoftReference.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SoftReference.swift; path = Sources/SoftReference.swift; sourceTree = ""; }; - CED753931F2E7A6F007C97C7 /* StackOverflowError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = StackOverflowError.swift; path = Sources/StackOverflowError.swift; sourceTree = ""; }; - CED753941F2E7A6F007C97C7 /* StackTraceElement.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = StackTraceElement.swift; path = Sources/StackTraceElement.swift; sourceTree = ""; }; - CED753951F2E7A6F007C97C7 /* StrictMath.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = StrictMath.swift; path = Sources/StrictMath.swift; sourceTree = ""; }; - CED753961F2E7A6F007C97C7 /* StringBuffer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = StringBuffer.swift; path = Sources/StringBuffer.swift; sourceTree = ""; }; - CED753971F2E7A6F007C97C7 /* StringBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = StringBuilder.swift; path = Sources/StringBuilder.swift; sourceTree = ""; }; - CED753981F2E7A6F007C97C7 /* StringIndexOutOfBoundsException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = StringIndexOutOfBoundsException.swift; path = Sources/StringIndexOutOfBoundsException.swift; sourceTree = ""; }; - CED753991F2E7A6F007C97C7 /* SuppressWarnings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SuppressWarnings.swift; path = Sources/SuppressWarnings.swift; sourceTree = ""; }; - CED7539A1F2E7A6F007C97C7 /* SwitchPoint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SwitchPoint.swift; path = Sources/SwitchPoint.swift; sourceTree = ""; }; - CED7539B1F2E7A6F007C97C7 /* System.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = System.swift; path = Sources/System.swift; sourceTree = ""; }; - CED7539C1F2E7A6F007C97C7 /* Target.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Target.swift; path = Sources/Target.swift; sourceTree = ""; }; - CED7539D1F2E7A6F007C97C7 /* Thread_State.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Thread_State.swift; path = Sources/Thread_State.swift; sourceTree = ""; }; - CED7539E1F2E7A6F007C97C7 /* Thread_UncaughtExceptionHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Thread_UncaughtExceptionHandler.swift; path = Sources/Thread_UncaughtExceptionHandler.swift; sourceTree = ""; }; - CED753A01F2E7A6F007C97C7 /* ThreadDeath.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ThreadDeath.swift; path = Sources/ThreadDeath.swift; sourceTree = ""; }; - CED753A11F2E7A6F007C97C7 /* ThreadGroup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ThreadGroup.swift; path = Sources/ThreadGroup.swift; sourceTree = ""; }; - CED753A21F2E7A6F007C97C7 /* ThreadInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ThreadInfo.swift; path = Sources/ThreadInfo.swift; sourceTree = ""; }; - CED753A31F2E7A6F007C97C7 /* ThreadLocal.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ThreadLocal.swift; path = Sources/ThreadLocal.swift; sourceTree = ""; }; - CED753A41F2E7A6F007C97C7 /* ThreadMXBean.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ThreadMXBean.swift; path = Sources/ThreadMXBean.swift; sourceTree = ""; }; - CED753A61F2E7A6F007C97C7 /* Type.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Type.swift; path = Sources/Type.swift; sourceTree = ""; }; - CED753A71F2E7A6F007C97C7 /* TypeNotPresentException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TypeNotPresentException.swift; path = Sources/TypeNotPresentException.swift; sourceTree = ""; }; - CED753A81F2E7A6F007C97C7 /* TypeVariable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TypeVariable.swift; path = Sources/TypeVariable.swift; sourceTree = ""; }; - CED753A91F2E7A6F007C97C7 /* UndeclaredThrowableException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UndeclaredThrowableException.swift; path = Sources/UndeclaredThrowableException.swift; sourceTree = ""; }; - CED753AA1F2E7A6F007C97C7 /* UnknownError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UnknownError.swift; path = Sources/UnknownError.swift; sourceTree = ""; }; - CED753AB1F2E7A6F007C97C7 /* UnmodifiableClassException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UnmodifiableClassException.swift; path = Sources/UnmodifiableClassException.swift; sourceTree = ""; }; - CED753AC1F2E7A6F007C97C7 /* UnsatisfiedLinkError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UnsatisfiedLinkError.swift; path = Sources/UnsatisfiedLinkError.swift; sourceTree = ""; }; - CED753AD1F2E7A6F007C97C7 /* UnsupportedClassVersionError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UnsupportedClassVersionError.swift; path = Sources/UnsupportedClassVersionError.swift; sourceTree = ""; }; - CED753AE1F2E7A6F007C97C7 /* UnsupportedOperationException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UnsupportedOperationException.swift; path = Sources/UnsupportedOperationException.swift; sourceTree = ""; }; - CED753AF1F2E7A6F007C97C7 /* VerifyError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = VerifyError.swift; path = Sources/VerifyError.swift; sourceTree = ""; }; - CED753B01F2E7A6F007C97C7 /* VirtualMachineError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = VirtualMachineError.swift; path = Sources/VirtualMachineError.swift; sourceTree = ""; }; - CED753B11F2E7A6F007C97C7 /* Void.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Void.swift; path = Sources/Void.swift; sourceTree = ""; }; - CED753B21F2E7A6F007C97C7 /* VolatileCallSite.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = VolatileCallSite.swift; path = Sources/VolatileCallSite.swift; sourceTree = ""; }; - CED753B31F2E7A6F007C97C7 /* WeakReference.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = WeakReference.swift; path = Sources/WeakReference.swift; sourceTree = ""; }; - CED753B41F2E7A6F007C97C7 /* WildcardType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = WildcardType.swift; path = Sources/WildcardType.swift; sourceTree = ""; }; - CED753B51F2E7A6F007C97C7 /* WrongMethodTypeException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = WrongMethodTypeException.swift; path = Sources/WrongMethodTypeException.swift; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - BBC13EA21D4997D20035A039 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - BBC13EC01D4998290035A039 /* java_swift.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - BBC13E9C1D4997D20035A039 = { - isa = PBXGroup; - children = ( - BB19B4311D6632CF002F5586 /* LICENSE */, - BBC140461D4998DB0035A039 /* build.log */, - BBBF2E421D499E1D004142AE /* Info.plist */, - BBBF2E431D499E1D004142AE /* java_lang.h */, - BBC13F111D4998450035A039 /* java_lang.swift */, - BBC140471D4998DB0035A039 /* Package.swift */, - BBC13EBD1D4998000035A039 /* Sources */, - BBC13EA71D4997D20035A039 /* Products */, - BBC13EBE1D4998290035A039 /* Frameworks */, - ); - sourceTree = ""; - }; - BBC13EA71D4997D20035A039 /* Products */ = { - isa = PBXGroup; - children = ( - BBC13EA61D4997D20035A039 /* java_lang.framework */, - ); - name = Products; - sourceTree = ""; - }; - BBC13EBD1D4998000035A039 /* Sources */ = { - isa = PBXGroup; - children = ( - CED752F81F2E7A6F007C97C7 /* AbstractMethodError.swift */, - CED752F91F2E7A6F007C97C7 /* AccessibleObject.swift */, - CED752FA1F2E7A6F007C97C7 /* AnnotatedArrayType.swift */, - CED752FB1F2E7A6F007C97C7 /* AnnotatedElement.swift */, - CED752FC1F2E7A6F007C97C7 /* AnnotatedParameterizedType.swift */, - CED752FD1F2E7A6F007C97C7 /* AnnotatedType.swift */, - CED752FE1F2E7A6F007C97C7 /* AnnotatedTypeVariable.swift */, - CED752FF1F2E7A6F007C97C7 /* AnnotatedWildcardType.swift */, - CED753001F2E7A6F007C97C7 /* Annotation.swift */, - CED753011F2E7A6F007C97C7 /* AnnotationFormatError.swift */, - CED753021F2E7A6F007C97C7 /* AnnotationTypeMismatchException.swift */, - CED753031F2E7A6F007C97C7 /* Appendable.swift */, - CED753041F2E7A6F007C97C7 /* ArithmeticException.swift */, - CED753051F2E7A6F007C97C7 /* Array.swift */, - CED753061F2E7A6F007C97C7 /* ArrayIndexOutOfBoundsException.swift */, - CED753071F2E7A6F007C97C7 /* ArrayStoreException.swift */, - CED753081F2E7A6F007C97C7 /* AssertionError.swift */, - CED753091F2E7A6F007C97C7 /* AutoCloseable.swift */, - CED7530A1F2E7A6F007C97C7 /* Boolean.swift */, - CED7530B1F2E7A6F007C97C7 /* BootstrapMethodError.swift */, - CED7530C1F2E7A6F007C97C7 /* BufferPoolMXBean.swift */, - CED7530D1F2E7A6F007C97C7 /* Byte.swift */, - CED7530E1F2E7A6F007C97C7 /* CallSite.swift */, - CED7530F1F2E7A6F007C97C7 /* Character_Subset.swift */, - CED753101F2E7A6F007C97C7 /* Character_UnicodeBlock.swift */, - CED753111F2E7A6F007C97C7 /* Character_UnicodeScript.swift */, - CED753121F2E7A6F007C97C7 /* Character.swift */, - CE4A24F91F3491D5003AF384 /* CharSequence.swift */, - CED753151F2E7A6F007C97C7 /* ClassCastException.swift */, - CED753161F2E7A6F007C97C7 /* ClassCircularityError.swift */, - CED753171F2E7A6F007C97C7 /* ClassDefinition.swift */, - CED753181F2E7A6F007C97C7 /* ClassFileTransformer.swift */, - CED753191F2E7A6F007C97C7 /* ClassFormatError.swift */, - CED7531A1F2E7A6F007C97C7 /* ClassLoader.swift */, - CED7531B1F2E7A6F007C97C7 /* ClassLoadingMXBean.swift */, - CED7531C1F2E7A6F007C97C7 /* ClassNotFoundException.swift */, - CED7531D1F2E7A6F007C97C7 /* ClassValue.swift */, - CED7531E1F2E7A6F007C97C7 /* Cloneable.swift */, - CED7531F1F2E7A6F007C97C7 /* CloneNotSupportedException.swift */, - CED753201F2E7A6F007C97C7 /* CompilationMXBean.swift */, - CED753211F2E7A6F007C97C7 /* Compiler.swift */, - CED753221F2E7A6F007C97C7 /* ConstantCallSite.swift */, - CED753231F2E7A6F007C97C7 /* Constructor.swift */, - CED753241F2E7A6F007C97C7 /* Deprecated.swift */, - CED753251F2E7A6F007C97C7 /* Documented.swift */, - CED753261F2E7A6F007C97C7 /* ElementType.swift */, - CED753281F2E7A6F007C97C7 /* EnumConstantNotPresentException.swift */, - CED7532A1F2E7A6F007C97C7 /* ExceptionInInitializerError.swift */, - CED7532B1F2E7A6F007C97C7 /* Executable.swift */, - CED7532C1F2E7A6F007C97C7 /* Field.swift */, - CED7532D1F2E7A6F007C97C7 /* FunctionalInterface.swift */, - CED7532E1F2E7A6F007C97C7 /* GarbageCollectorMXBean.swift */, - CED7532F1F2E7A6F007C97C7 /* GenericArrayType.swift */, - CED753301F2E7A6F007C97C7 /* GenericDeclaration.swift */, - CED753311F2E7A6F007C97C7 /* GenericSignatureFormatError.swift */, - CED753321F2E7A6F007C97C7 /* IllegalAccessError.swift */, - CED753331F2E7A6F007C97C7 /* IllegalAccessException.swift */, - CED753341F2E7A6F007C97C7 /* IllegalArgumentException.swift */, - CED753351F2E7A6F007C97C7 /* IllegalClassFormatException.swift */, - CED753361F2E7A6F007C97C7 /* IllegalMonitorStateException.swift */, - CED753371F2E7A6F007C97C7 /* IllegalStateException.swift */, - CED753381F2E7A6F007C97C7 /* IllegalThreadStateException.swift */, - CED753391F2E7A6F007C97C7 /* IncompatibleClassChangeError.swift */, - CED7533A1F2E7A6F007C97C7 /* IncompleteAnnotationException.swift */, - CED7533B1F2E7A6F007C97C7 /* IndexOutOfBoundsException.swift */, - CED7533C1F2E7A6F007C97C7 /* InheritableThreadLocal.swift */, - CED7533D1F2E7A6F007C97C7 /* Inherited.swift */, - CED7533E1F2E7A6F007C97C7 /* InstantiationError.swift */, - CED7533F1F2E7A6F007C97C7 /* InstantiationException.swift */, - CED753401F2E7A6F007C97C7 /* Instrumentation.swift */, - CED753411F2E7A6F007C97C7 /* Integer.swift */, - CED753421F2E7A6F007C97C7 /* InternalError.swift */, - CED753431F2E7A6F007C97C7 /* InterruptedException.swift */, - CED753441F2E7A6F007C97C7 /* InvocationHandler.swift */, - CED753451F2E7A6F007C97C7 /* InvocationTargetException.swift */, - CED753461F2E7A6F007C97C7 /* Iterable.swift */, - CED753471F2E7A6F007C97C7 /* JavaComparable.swift */, - CED753481F2E7A6F007C97C7 /* JavaDouble.swift */, - CED753491F2E7A6F007C97C7 /* JavaError.swift */, - CED7534A1F2E7A6F007C97C7 /* JavaFloat.swift */, - CED7534C1F2E7A6F007C97C7 /* JavaSecurityException.swift */, - CED7534D1F2E7A6F007C97C7 /* JavaString.swift */, - CED7534E1F2E7A6F007C97C7 /* LambdaConversionException.swift */, - CED7534F1F2E7A6F007C97C7 /* LambdaMetafactory.swift */, - CED753501F2E7A6F007C97C7 /* LinkageError.swift */, - CED753511F2E7A6F007C97C7 /* LockInfo.swift */, - CED753521F2E7A6F007C97C7 /* Long.swift */, - CED753531F2E7A6F007C97C7 /* MalformedParameterizedTypeException.swift */, - CED753541F2E7A6F007C97C7 /* MalformedParametersException.swift */, - CED753551F2E7A6F007C97C7 /* ManagementFactory.swift */, - CED753561F2E7A6F007C97C7 /* ManagementPermission.swift */, - CED753571F2E7A6F007C97C7 /* Math.swift */, - CED753581F2E7A6F007C97C7 /* Member.swift */, - CED753591F2E7A6F007C97C7 /* MemoryManagerMXBean.swift */, - CED7535A1F2E7A6F007C97C7 /* MemoryMXBean.swift */, - CED7535B1F2E7A6F007C97C7 /* MemoryNotificationInfo.swift */, - CED7535C1F2E7A6F007C97C7 /* MemoryPoolMXBean.swift */, - CED7535D1F2E7A6F007C97C7 /* MemoryType.swift */, - CED7535E1F2E7A6F007C97C7 /* MemoryUsage.swift */, - CED7535F1F2E7A6F007C97C7 /* Method.swift */, - CED753601F2E7A6F007C97C7 /* MethodHandle.swift */, - CED753611F2E7A6F007C97C7 /* MethodHandleInfo.swift */, - CED753621F2E7A6F007C97C7 /* MethodHandleProxies.swift */, - CED753631F2E7A6F007C97C7 /* MethodHandles_Lookup.swift */, - CED753641F2E7A6F007C97C7 /* MethodHandles.swift */, - CED753651F2E7A6F007C97C7 /* MethodType.swift */, - CED753661F2E7A6F007C97C7 /* Modifier.swift */, - CED753671F2E7A6F007C97C7 /* MonitorInfo.swift */, - CED753681F2E7A6F007C97C7 /* MutableCallSite.swift */, - CED753691F2E7A6F007C97C7 /* Native.swift */, - CED7536A1F2E7A6F007C97C7 /* NegativeArraySizeException.swift */, - CED7536B1F2E7A6F007C97C7 /* NoClassDefFoundError.swift */, - CED7536C1F2E7A6F007C97C7 /* NoSuchFieldError.swift */, - CED7536D1F2E7A6F007C97C7 /* NoSuchFieldException.swift */, - CED7536E1F2E7A6F007C97C7 /* NoSuchMethodError.swift */, - CED7536F1F2E7A6F007C97C7 /* NoSuchMethodException.swift */, - CED753701F2E7A6F007C97C7 /* NullPointerException.swift */, - CED753711F2E7A6F007C97C7 /* Number.swift */, - CED753721F2E7A6F007C97C7 /* NumberFormatException.swift */, - CED753731F2E7A6F007C97C7 /* OperatingSystemMXBean.swift */, - CED753741F2E7A6F007C97C7 /* OutOfMemoryError.swift */, - CED753751F2E7A6F007C97C7 /* Override.swift */, - CED753761F2E7A6F007C97C7 /* Package.swift */, - CED753771F2E7A6F007C97C7 /* Parameter.swift */, - CED753781F2E7A6F007C97C7 /* ParameterizedType.swift */, - CED753791F2E7A6F007C97C7 /* PhantomReference.swift */, - CED7537A1F2E7A6F007C97C7 /* PlatformLoggingMXBean.swift */, - CED7537B1F2E7A6F007C97C7 /* PlatformManagedObject.swift */, - CED7537C1F2E7A6F007C97C7 /* Process.swift */, - CED7537D1F2E7A6F007C97C7 /* ProcessBuilder_Redirect_Type.swift */, - CED7537E1F2E7A6F007C97C7 /* ProcessBuilder_Redirect.swift */, - CED7537F1F2E7A6F007C97C7 /* ProcessBuilder.swift */, - CED753801F2E7A6F007C97C7 /* Proxy.swift */, - CED753811F2E7A6F007C97C7 /* Readable.swift */, - CED753821F2E7A6F007C97C7 /* Reference.swift */, - CED753831F2E7A6F007C97C7 /* ReferenceQueue.swift */, - CED753841F2E7A6F007C97C7 /* ReflectiveOperationException.swift */, - CED753851F2E7A6F007C97C7 /* ReflectPermission.swift */, - CED753861F2E7A6F007C97C7 /* Repeatable.swift */, - CED753871F2E7A6F007C97C7 /* Retention.swift */, - CED753881F2E7A6F007C97C7 /* RetentionPolicy.swift */, - CED7538A1F2E7A6F007C97C7 /* Runtime.swift */, - CED7538B1F2E7A6F007C97C7 /* RuntimeException.swift */, - CED7538C1F2E7A6F007C97C7 /* RuntimeMXBean.swift */, - CED7538D1F2E7A6F007C97C7 /* RuntimePermission.swift */, - CED7538E1F2E7A6F007C97C7 /* SafeVarargs.swift */, - CED7538F1F2E7A6F007C97C7 /* SecurityManager.swift */, - CED753901F2E7A6F007C97C7 /* SerializedLambda.swift */, - CED753911F2E7A6F007C97C7 /* Short.swift */, - CED753921F2E7A6F007C97C7 /* SoftReference.swift */, - CED753931F2E7A6F007C97C7 /* StackOverflowError.swift */, - CED753941F2E7A6F007C97C7 /* StackTraceElement.swift */, - CED753951F2E7A6F007C97C7 /* StrictMath.swift */, - CED753961F2E7A6F007C97C7 /* StringBuffer.swift */, - CED753971F2E7A6F007C97C7 /* StringBuilder.swift */, - CED753981F2E7A6F007C97C7 /* StringIndexOutOfBoundsException.swift */, - CED753991F2E7A6F007C97C7 /* SuppressWarnings.swift */, - CED7539A1F2E7A6F007C97C7 /* SwitchPoint.swift */, - CED7539B1F2E7A6F007C97C7 /* System.swift */, - CED7539C1F2E7A6F007C97C7 /* Target.swift */, - CED7539D1F2E7A6F007C97C7 /* Thread_State.swift */, - CED7539E1F2E7A6F007C97C7 /* Thread_UncaughtExceptionHandler.swift */, - CED753A01F2E7A6F007C97C7 /* ThreadDeath.swift */, - CED753A11F2E7A6F007C97C7 /* ThreadGroup.swift */, - CED753A21F2E7A6F007C97C7 /* ThreadInfo.swift */, - CED753A31F2E7A6F007C97C7 /* ThreadLocal.swift */, - CED753A41F2E7A6F007C97C7 /* ThreadMXBean.swift */, - CED753A61F2E7A6F007C97C7 /* Type.swift */, - CED753A71F2E7A6F007C97C7 /* TypeNotPresentException.swift */, - CED753A81F2E7A6F007C97C7 /* TypeVariable.swift */, - CED753A91F2E7A6F007C97C7 /* UndeclaredThrowableException.swift */, - CED753AA1F2E7A6F007C97C7 /* UnknownError.swift */, - CED753AB1F2E7A6F007C97C7 /* UnmodifiableClassException.swift */, - CED753AC1F2E7A6F007C97C7 /* UnsatisfiedLinkError.swift */, - CED753AD1F2E7A6F007C97C7 /* UnsupportedClassVersionError.swift */, - CED753AE1F2E7A6F007C97C7 /* UnsupportedOperationException.swift */, - CED753AF1F2E7A6F007C97C7 /* VerifyError.swift */, - CED753B01F2E7A6F007C97C7 /* VirtualMachineError.swift */, - CED753B11F2E7A6F007C97C7 /* Void.swift */, - CED753B21F2E7A6F007C97C7 /* VolatileCallSite.swift */, - CED753B31F2E7A6F007C97C7 /* WeakReference.swift */, - CED753B41F2E7A6F007C97C7 /* WildcardType.swift */, - CED753B51F2E7A6F007C97C7 /* WrongMethodTypeException.swift */, - ); - name = Sources; - sourceTree = ""; - }; - BBC13EBE1D4998290035A039 /* Frameworks */ = { - isa = PBXGroup; - children = ( - BBC13EBF1D4998290035A039 /* java_swift.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - BBC13EA31D4997D20035A039 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - BBBF2E451D499E1D004142AE /* java_lang.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - BBC13EA51D4997D20035A039 /* java_lang */ = { - isa = PBXNativeTarget; - buildConfigurationList = BBC13EAE1D4997D20035A039 /* Build configuration list for PBXNativeTarget "java_lang" */; - buildPhases = ( - BBC13EA11D4997D20035A039 /* Sources */, - BBC13EA21D4997D20035A039 /* Frameworks */, - BBC13EA31D4997D20035A039 /* Headers */, - BBC13EA41D4997D20035A039 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = java_lang; - productName = java_lang; - productReference = BBC13EA61D4997D20035A039 /* java_lang.framework */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - BBC13E9D1D4997D20035A039 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0930; - ORGANIZATIONNAME = "John Holdsworth"; - TargetAttributes = { - BBC13EA51D4997D20035A039 = { - CreatedOnToolsVersion = 8.0; - DevelopmentTeamName = "John Holdsworth"; - LastSwiftMigration = 0900; - ProvisioningStyle = Manual; - }; - }; - }; - buildConfigurationList = BBC13EA01D4997D20035A039 /* Build configuration list for PBXProject "java_lang" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = BBC13E9C1D4997D20035A039; - productRefGroup = BBC13EA71D4997D20035A039 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - BBC13EA51D4997D20035A039 /* java_lang */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - BBC13EA41D4997D20035A039 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - BBC13EA11D4997D20035A039 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - CED754151F2E7A6F007C97C7 /* Math.swift in Sources */, - CED754231F2E7A6F007C97C7 /* MethodType.swift in Sources */, - CED754701F2E7A70007C97C7 /* VolatileCallSite.swift in Sources */, - CED753BF1F2E7A6F007C97C7 /* AnnotationFormatError.swift in Sources */, - CED7542A1F2E7A6F007C97C7 /* NoSuchFieldError.swift in Sources */, - CED7543E1F2E7A6F007C97C7 /* Proxy.swift in Sources */, - CED754001F2E7A6F007C97C7 /* InternalError.swift in Sources */, - CED753D41F2E7A6F007C97C7 /* ClassCircularityError.swift in Sources */, - CED754271F2E7A6F007C97C7 /* Native.swift in Sources */, - CED753FC1F2E7A6F007C97C7 /* InstantiationError.swift in Sources */, - CED7543B1F2E7A6F007C97C7 /* ProcessBuilder_Redirect_Type.swift in Sources */, - CED754591F2E7A70007C97C7 /* System.swift in Sources */, - CE4A24FA1F3491D6003AF384 /* CharSequence.swift in Sources */, - CED7541D1F2E7A6F007C97C7 /* Method.swift in Sources */, - CED753F11F2E7A6F007C97C7 /* IllegalAccessException.swift in Sources */, - CED753EB1F2E7A6F007C97C7 /* FunctionalInterface.swift in Sources */, - CED7546F1F2E7A70007C97C7 /* Void.swift in Sources */, - CED7543A1F2E7A6F007C97C7 /* Process.swift in Sources */, - CED7541B1F2E7A6F007C97C7 /* MemoryType.swift in Sources */, - CED753DE1F2E7A6F007C97C7 /* CompilationMXBean.swift in Sources */, - CED7545F1F2E7A70007C97C7 /* ThreadGroup.swift in Sources */, - CED754311F2E7A6F007C97C7 /* OperatingSystemMXBean.swift in Sources */, - CED753FF1F2E7A6F007C97C7 /* Integer.swift in Sources */, - CED753D91F2E7A6F007C97C7 /* ClassLoadingMXBean.swift in Sources */, - CED754291F2E7A6F007C97C7 /* NoClassDefFoundError.swift in Sources */, - CED754421F2E7A6F007C97C7 /* ReflectiveOperationException.swift in Sources */, - BBC13FD01D4998460035A039 /* java_lang.swift in Sources */, - CED754071F2E7A6F007C97C7 /* JavaError.swift in Sources */, - CED753FE1F2E7A6F007C97C7 /* Instrumentation.swift in Sources */, - CED754341F2E7A6F007C97C7 /* Package.swift in Sources */, - CED753E11F2E7A6F007C97C7 /* Constructor.swift in Sources */, - CED7541F1F2E7A6F007C97C7 /* MethodHandleInfo.swift in Sources */, - CED754211F2E7A6F007C97C7 /* MethodHandles_Lookup.swift in Sources */, - CED754561F2E7A70007C97C7 /* StringIndexOutOfBoundsException.swift in Sources */, - CED7546C1F2E7A70007C97C7 /* UnsupportedOperationException.swift in Sources */, - CED753CC1F2E7A6F007C97C7 /* CallSite.swift in Sources */, - CED753C51F2E7A6F007C97C7 /* ArrayStoreException.swift in Sources */, - CED754201F2E7A6F007C97C7 /* MethodHandleProxies.swift in Sources */, - CED754121F2E7A6F007C97C7 /* MalformedParametersException.swift in Sources */, - CED7544E1F2E7A6F007C97C7 /* SerializedLambda.swift in Sources */, - CED753E41F2E7A6F007C97C7 /* ElementType.swift in Sources */, - CED754671F2E7A70007C97C7 /* UndeclaredThrowableException.swift in Sources */, - CED753F41F2E7A6F007C97C7 /* IllegalMonitorStateException.swift in Sources */, - CED754731F2E7A70007C97C7 /* WrongMethodTypeException.swift in Sources */, - CED754161F2E7A6F007C97C7 /* Member.swift in Sources */, - CED754061F2E7A6F007C97C7 /* JavaDouble.swift in Sources */, - CED753D81F2E7A6F007C97C7 /* ClassLoader.swift in Sources */, - CED754011F2E7A6F007C97C7 /* InterruptedException.swift in Sources */, - CED753F71F2E7A6F007C97C7 /* IncompatibleClassChangeError.swift in Sources */, - CED753DC1F2E7A6F007C97C7 /* Cloneable.swift in Sources */, - CED753D51F2E7A6F007C97C7 /* ClassDefinition.swift in Sources */, - CED7543C1F2E7A6F007C97C7 /* ProcessBuilder_Redirect.swift in Sources */, - CED753BB1F2E7A6F007C97C7 /* AnnotatedType.swift in Sources */, - CED7544A1F2E7A6F007C97C7 /* RuntimeMXBean.swift in Sources */, - CED7540F1F2E7A6F007C97C7 /* LockInfo.swift in Sources */, - CED753DB1F2E7A6F007C97C7 /* ClassValue.swift in Sources */, - CED7546D1F2E7A70007C97C7 /* VerifyError.swift in Sources */, - CED7544F1F2E7A6F007C97C7 /* Short.swift in Sources */, - CED754551F2E7A70007C97C7 /* StringBuilder.swift in Sources */, - CED754651F2E7A70007C97C7 /* TypeNotPresentException.swift in Sources */, - CED754181F2E7A6F007C97C7 /* MemoryMXBean.swift in Sources */, - CED7543F1F2E7A6F007C97C7 /* Readable.swift in Sources */, - CED754581F2E7A70007C97C7 /* SwitchPoint.swift in Sources */, - CED7541E1F2E7A6F007C97C7 /* MethodHandle.swift in Sources */, - CED754351F2E7A6F007C97C7 /* Parameter.swift in Sources */, - CED7544D1F2E7A6F007C97C7 /* SecurityManager.swift in Sources */, - CED754141F2E7A6F007C97C7 /* ManagementPermission.swift in Sources */, - CED753ED1F2E7A6F007C97C7 /* GenericArrayType.swift in Sources */, - CED753F31F2E7A6F007C97C7 /* IllegalClassFormatException.swift in Sources */, - CED753EA1F2E7A6F007C97C7 /* Field.swift in Sources */, - CED753C21F2E7A6F007C97C7 /* ArithmeticException.swift in Sources */, - CED754461F2E7A6F007C97C7 /* RetentionPolicy.swift in Sources */, - CED754131F2E7A6F007C97C7 /* ManagementFactory.swift in Sources */, - CED753B71F2E7A6F007C97C7 /* AccessibleObject.swift in Sources */, - CED753BA1F2E7A6F007C97C7 /* AnnotatedParameterizedType.swift in Sources */, - CED754541F2E7A70007C97C7 /* StringBuffer.swift in Sources */, - CED754031F2E7A6F007C97C7 /* InvocationTargetException.swift in Sources */, - CED753EF1F2E7A6F007C97C7 /* GenericSignatureFormatError.swift in Sources */, - CED754641F2E7A70007C97C7 /* Type.swift in Sources */, - CED753C61F2E7A6F007C97C7 /* AssertionError.swift in Sources */, - CED7545A1F2E7A70007C97C7 /* Target.swift in Sources */, - CED7541C1F2E7A6F007C97C7 /* MemoryUsage.swift in Sources */, - CED753CE1F2E7A6F007C97C7 /* Character_UnicodeBlock.swift in Sources */, - CED754191F2E7A6F007C97C7 /* MemoryNotificationInfo.swift in Sources */, - CED7544C1F2E7A6F007C97C7 /* SafeVarargs.swift in Sources */, - CED754521F2E7A70007C97C7 /* StackTraceElement.swift in Sources */, - CED7546B1F2E7A70007C97C7 /* UnsupportedClassVersionError.swift in Sources */, - CED753C81F2E7A6F007C97C7 /* Boolean.swift in Sources */, - CED7540D1F2E7A6F007C97C7 /* LambdaMetafactory.swift in Sources */, - CED7542F1F2E7A6F007C97C7 /* Number.swift in Sources */, - CED754401F2E7A6F007C97C7 /* Reference.swift in Sources */, - CED754111F2E7A6F007C97C7 /* MalformedParameterizedTypeException.swift in Sources */, - CED753C31F2E7A6F007C97C7 /* Array.swift in Sources */, - CED754601F2E7A70007C97C7 /* ThreadInfo.swift in Sources */, - CED753CD1F2E7A6F007C97C7 /* Character_Subset.swift in Sources */, - CED753BC1F2E7A6F007C97C7 /* AnnotatedTypeVariable.swift in Sources */, - CED754501F2E7A70007C97C7 /* SoftReference.swift in Sources */, - CED753FA1F2E7A6F007C97C7 /* InheritableThreadLocal.swift in Sources */, - CED753CB1F2E7A6F007C97C7 /* Byte.swift in Sources */, - CED753E81F2E7A6F007C97C7 /* ExceptionInInitializerError.swift in Sources */, - CED753C01F2E7A6F007C97C7 /* AnnotationTypeMismatchException.swift in Sources */, - CED754101F2E7A6F007C97C7 /* Long.swift in Sources */, - CED7544B1F2E7A6F007C97C7 /* RuntimePermission.swift in Sources */, - CED7542D1F2E7A6F007C97C7 /* NoSuchMethodException.swift in Sources */, - CED753F51F2E7A6F007C97C7 /* IllegalStateException.swift in Sources */, - CED753C91F2E7A6F007C97C7 /* BootstrapMethodError.swift in Sources */, - CED753B91F2E7A6F007C97C7 /* AnnotatedElement.swift in Sources */, - CED7542B1F2E7A6F007C97C7 /* NoSuchFieldException.swift in Sources */, - CED754481F2E7A6F007C97C7 /* Runtime.swift in Sources */, - CED754361F2E7A6F007C97C7 /* ParameterizedType.swift in Sources */, - CED753F01F2E7A6F007C97C7 /* IllegalAccessError.swift in Sources */, - CED7540C1F2E7A6F007C97C7 /* LambdaConversionException.swift in Sources */, - CED754371F2E7A6F007C97C7 /* PhantomReference.swift in Sources */, - CED753E31F2E7A6F007C97C7 /* Documented.swift in Sources */, - CED753F61F2E7A6F007C97C7 /* IllegalThreadStateException.swift in Sources */, - CED754411F2E7A6F007C97C7 /* ReferenceQueue.swift in Sources */, - CED754041F2E7A6F007C97C7 /* Iterable.swift in Sources */, - CED754621F2E7A70007C97C7 /* ThreadMXBean.swift in Sources */, - CED754331F2E7A6F007C97C7 /* Override.swift in Sources */, - CED754251F2E7A6F007C97C7 /* MonitorInfo.swift in Sources */, - CED7542C1F2E7A6F007C97C7 /* NoSuchMethodError.swift in Sources */, - CED754511F2E7A70007C97C7 /* StackOverflowError.swift in Sources */, - CED754491F2E7A6F007C97C7 /* RuntimeException.swift in Sources */, - CED753EE1F2E7A6F007C97C7 /* GenericDeclaration.swift in Sources */, - CED7545E1F2E7A70007C97C7 /* ThreadDeath.swift in Sources */, - CED7545B1F2E7A70007C97C7 /* Thread_State.swift in Sources */, - CED754441F2E7A6F007C97C7 /* Repeatable.swift in Sources */, - CED754391F2E7A6F007C97C7 /* PlatformManagedObject.swift in Sources */, - CED754081F2E7A6F007C97C7 /* JavaFloat.swift in Sources */, - CED753DA1F2E7A6F007C97C7 /* ClassNotFoundException.swift in Sources */, - CED7542E1F2E7A6F007C97C7 /* NullPointerException.swift in Sources */, - CED754571F2E7A70007C97C7 /* SuppressWarnings.swift in Sources */, - CED753FD1F2E7A6F007C97C7 /* InstantiationException.swift in Sources */, - CED7540E1F2E7A6F007C97C7 /* LinkageError.swift in Sources */, - CED7546E1F2E7A70007C97C7 /* VirtualMachineError.swift in Sources */, - CED753E01F2E7A6F007C97C7 /* ConstantCallSite.swift in Sources */, - CED753E21F2E7A6F007C97C7 /* Deprecated.swift in Sources */, - CED753F81F2E7A6F007C97C7 /* IncompleteAnnotationException.swift in Sources */, - CED754711F2E7A70007C97C7 /* WeakReference.swift in Sources */, - CED753BE1F2E7A6F007C97C7 /* Annotation.swift in Sources */, - CED753D31F2E7A6F007C97C7 /* ClassCastException.swift in Sources */, - CED7540A1F2E7A6F007C97C7 /* JavaSecurityException.swift in Sources */, - CED7541A1F2E7A6F007C97C7 /* MemoryPoolMXBean.swift in Sources */, - CED754301F2E7A6F007C97C7 /* NumberFormatException.swift in Sources */, - CED754261F2E7A6F007C97C7 /* MutableCallSite.swift in Sources */, - CED754431F2E7A6F007C97C7 /* ReflectPermission.swift in Sources */, - CED7546A1F2E7A70007C97C7 /* UnsatisfiedLinkError.swift in Sources */, - CED753DD1F2E7A6F007C97C7 /* CloneNotSupportedException.swift in Sources */, - CED754281F2E7A6F007C97C7 /* NegativeArraySizeException.swift in Sources */, - CED753D61F2E7A6F007C97C7 /* ClassFileTransformer.swift in Sources */, - CED753BD1F2E7A6F007C97C7 /* AnnotatedWildcardType.swift in Sources */, - CED753CF1F2E7A6F007C97C7 /* Character_UnicodeScript.swift in Sources */, - CED753CA1F2E7A6F007C97C7 /* BufferPoolMXBean.swift in Sources */, - CED754171F2E7A6F007C97C7 /* MemoryManagerMXBean.swift in Sources */, - CED753B81F2E7A6F007C97C7 /* AnnotatedArrayType.swift in Sources */, - CED753FB1F2E7A6F007C97C7 /* Inherited.swift in Sources */, - CED753E61F2E7A6F007C97C7 /* EnumConstantNotPresentException.swift in Sources */, - CED754321F2E7A6F007C97C7 /* OutOfMemoryError.swift in Sources */, - CED753D01F2E7A6F007C97C7 /* Character.swift in Sources */, - CED754721F2E7A70007C97C7 /* WildcardType.swift in Sources */, - CED753C41F2E7A6F007C97C7 /* ArrayIndexOutOfBoundsException.swift in Sources */, - CED753E91F2E7A6F007C97C7 /* Executable.swift in Sources */, - CED754051F2E7A6F007C97C7 /* JavaComparable.swift in Sources */, - CED753F21F2E7A6F007C97C7 /* IllegalArgumentException.swift in Sources */, - CED754221F2E7A6F007C97C7 /* MethodHandles.swift in Sources */, - CED754021F2E7A6F007C97C7 /* InvocationHandler.swift in Sources */, - CED753EC1F2E7A6F007C97C7 /* GarbageCollectorMXBean.swift in Sources */, - CED754531F2E7A70007C97C7 /* StrictMath.swift in Sources */, - CED754691F2E7A70007C97C7 /* UnmodifiableClassException.swift in Sources */, - CED754241F2E7A6F007C97C7 /* Modifier.swift in Sources */, - CED753C71F2E7A6F007C97C7 /* AutoCloseable.swift in Sources */, - CED754381F2E7A6F007C97C7 /* PlatformLoggingMXBean.swift in Sources */, - CED7540B1F2E7A6F007C97C7 /* JavaString.swift in Sources */, - CED753DF1F2E7A6F007C97C7 /* Compiler.swift in Sources */, - CED7543D1F2E7A6F007C97C7 /* ProcessBuilder.swift in Sources */, - CED754451F2E7A6F007C97C7 /* Retention.swift in Sources */, - CED7545C1F2E7A70007C97C7 /* Thread_UncaughtExceptionHandler.swift in Sources */, - CED754611F2E7A70007C97C7 /* ThreadLocal.swift in Sources */, - CED753C11F2E7A6F007C97C7 /* Appendable.swift in Sources */, - CED754681F2E7A70007C97C7 /* UnknownError.swift in Sources */, - CED753F91F2E7A6F007C97C7 /* IndexOutOfBoundsException.swift in Sources */, - CED754661F2E7A70007C97C7 /* TypeVariable.swift in Sources */, - CED753D71F2E7A6F007C97C7 /* ClassFormatError.swift in Sources */, - CED753B61F2E7A6F007C97C7 /* AbstractMethodError.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - BBC13EAC1D4997D20035A039 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "-"; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.10; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - BBC13EAD1D4997D20035A039 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "-"; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.10; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = macosx; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - BBC13EAF1D4997D20035A039 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = ""; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - INFOPLIST_FILE = Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "org.swiftjava.java-lang"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - SWIFT_VERSION = 4.0; - }; - name = Debug; - }; - BBC13EB01D4997D20035A039 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = ""; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - INFOPLIST_FILE = Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "org.swiftjava.java-lang"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - SWIFT_VERSION = 4.0; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - BBC13EA01D4997D20035A039 /* Build configuration list for PBXProject "java_lang" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - BBC13EAC1D4997D20035A039 /* Debug */, - BBC13EAD1D4997D20035A039 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - BBC13EAE1D4997D20035A039 /* Build configuration list for PBXNativeTarget "java_lang" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - BBC13EAF1D4997D20035A039 /* Debug */, - BBC13EB01D4997D20035A039 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = BBC13E9D1D4997D20035A039 /* Project object */; -} From f47818899f920195e83f6cb2305adda9b1a60617 Mon Sep 17 00:00:00 2001 From: Alsey Coleman Miller Date: Fri, 18 Nov 2022 19:48:08 -0800 Subject: [PATCH 3/6] Updated for Swift 5.7 --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 2361eeb..69dae52 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:4.0 +// swift-tools-version:5.7 import PackageDescription let package = Package( @@ -12,7 +12,7 @@ let package = Package( dependencies: [ .package( url: "https://github.com/PureSwift/java_swift.git", - .branch("master") + branch: "master" ), ], targets: [ From ace985b7115a039c023eda5ce92a46a0a10c2fbd Mon Sep 17 00:00:00 2001 From: Alsey Coleman Miller Date: Mon, 21 Nov 2022 13:27:37 -0800 Subject: [PATCH 4/6] Removed legacy files --- .gitignore | 1 + Info.plist | 28 - build.log | 63665 --------------------------------------------------- 3 files changed, 1 insertion(+), 63693 deletions(-) delete mode 100644 Info.plist delete mode 100644 build.log diff --git a/.gitignore b/.gitignore index d6180ed..60fbf1e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .build .swiftpm Package.resolved +.DS_Store diff --git a/Info.plist b/Info.plist deleted file mode 100644 index 3c41ec7..0000000 --- a/Info.plist +++ /dev/null @@ -1,28 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSHumanReadableCopyright - Copyright © 2016 John Holdsworth. All rights reserved. - NSPrincipalClass - - - diff --git a/build.log b/build.log deleted file mode 100644 index 32eddce..0000000 --- a/build.log +++ /dev/null @@ -1,63665 +0,0 @@ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Thread.swift:279:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! { - ^ - override -java_lang/Sources/JavaObject.swift:154:15: note: overridden declaration is here - open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! { - ^ -java_lang/Sources/Target.swift:34:15: error: overriding declaration requires an 'override' keyword - open func equals( arg0: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:35:15: note: overridden declaration is here - open func equals( arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Target.swift:42:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:43:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Target.swift:50:15: error: overriding declaration requires an 'override' keyword - open func toString() -> String! { - ^ - override -java_lang/Sources/Annotation.swift:51:15: note: overridden declaration is here - open func toString() -> String! { - ^ -java_lang/Sources/Target.swift:62:15: error: overriding declaration requires an 'override' keyword - open func hashCode() -> Int { - ^ - override -java_lang/Sources/Annotation.swift:63:15: note: overridden declaration is here - open func hashCode() -> Int { - ^ -java_lang/Sources/Target.swift:74:15: error: overriding declaration requires an 'override' keyword - open func annotationType() -> Class! { - ^ - override -java_lang/Sources/Annotation.swift:75:15: note: overridden declaration is here - open func annotationType() -> Class! { - ^ -java_lang/Sources/Thread.swift:279:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! { - ^ - override -java_lang/Sources/JavaObject.swift:154:15: note: overridden declaration is here - open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! { - ^ -java_lang/Sources/Thread.swift:279:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! { - ^ - override -java_lang/Sources/JavaObject.swift:154:15: note: overridden declaration is here - open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Enum.swift:58:15: error: overriding declaration requires an 'override' keyword - open func finalize() { - ^ - override -java_lang/Sources/JavaObject.swift:36:15: note: overridden declaration is here - open func finalize() throws /* java.lang.Throwable */ { - ^ -java_lang/Sources/Enum.swift:75:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! { - ^ - override -java_lang/Sources/JavaObject.swift:154:15: note: overridden declaration is here - open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! { - ^ -java_lang/Sources/Enum.swift:58:15: error: overriding declaration requires an 'override' keyword - open func finalize() { - ^ - override -java_lang/Sources/JavaObject.swift:36:15: note: overridden declaration is here - open func finalize() throws /* java.lang.Throwable */ { - ^ -java_lang/Sources/Enum.swift:75:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! { - ^ - override -java_lang/Sources/JavaObject.swift:154:15: note: overridden declaration is here - open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! { - ^ -java_lang/Sources/Enum.swift:58:15: error: overriding declaration requires an 'override' keyword - open func finalize() { - ^ - override -java_lang/Sources/JavaObject.swift:36:15: note: overridden declaration is here - open func finalize() throws /* java.lang.Throwable */ { - ^ -java_lang/Sources/Enum.swift:75:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! { - ^ - override -java_lang/Sources/JavaObject.swift:154:15: note: overridden declaration is here - open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! { - ^ -java_lang/Sources/Enum.swift:58:15: error: overriding declaration requires an 'override' keyword - open func finalize() { - ^ - override -java_lang/Sources/JavaObject.swift:36:15: note: overridden declaration is here - open func finalize() throws /* java.lang.Throwable */ { - ^ -java_lang/Sources/Enum.swift:75:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! { - ^ - override -java_lang/Sources/JavaObject.swift:154:15: note: overridden declaration is here - open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Retention.swift:35:15: error: overriding declaration requires an 'override' keyword - open func equals( arg0: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:35:15: note: overridden declaration is here - open func equals( arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Retention.swift:43:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:43:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Retention.swift:51:15: error: overriding declaration requires an 'override' keyword - open func toString() -> String! { - ^ - override -java_lang/Sources/Annotation.swift:51:15: note: overridden declaration is here - open func toString() -> String! { - ^ -java_lang/Sources/Retention.swift:63:15: error: overriding declaration requires an 'override' keyword - open func hashCode() -> Int { - ^ - override -java_lang/Sources/Annotation.swift:63:15: note: overridden declaration is here - open func hashCode() -> Int { - ^ -java_lang/Sources/Retention.swift:75:15: error: overriding declaration requires an 'override' keyword - open func annotationType() -> Class! { - ^ - override -java_lang/Sources/Annotation.swift:75:15: note: overridden declaration is here - open func annotationType() -> Class! { - ^ -java_lang/Sources/GarbageCollectorMXBean.swift:50:15: error: overriding declaration requires an 'override' keyword - open func getName() -> String! { - ^ - override -java_lang/Sources/MemoryManagerMXBean.swift:30:15: note: overridden declaration is here - open func getName() -> String! { - ^ -java_lang/Sources/GarbageCollectorMXBean.swift:62:15: error: overriding declaration requires an 'override' keyword - open func isValid() -> Bool { - ^ - override -java_lang/Sources/MemoryManagerMXBean.swift:42:15: note: overridden declaration is here - open func isValid() -> Bool { - ^ -java_lang/Sources/GarbageCollectorMXBean.swift:74:15: error: overriding declaration requires an 'override' keyword - open func getMemoryPoolNames() -> [String]! { - ^ - override -java_lang/Sources/MemoryManagerMXBean.swift:54:15: note: overridden declaration is here - open func getMemoryPoolNames() -> [String]! { - ^ -java_lang/Sources/SuppressWarnings.swift:34:15: error: overriding declaration requires an 'override' keyword - open func equals( arg0: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:35:15: note: overridden declaration is here - open func equals( arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/SuppressWarnings.swift:42:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:43:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/SuppressWarnings.swift:50:15: error: overriding declaration requires an 'override' keyword - open func toString() -> String! { - ^ - override -java_lang/Sources/Annotation.swift:51:15: note: overridden declaration is here - open func toString() -> String! { - ^ -java_lang/Sources/SuppressWarnings.swift:62:15: error: overriding declaration requires an 'override' keyword - open func hashCode() -> Int { - ^ - override -java_lang/Sources/Annotation.swift:63:15: note: overridden declaration is here - open func hashCode() -> Int { - ^ -java_lang/Sources/SuppressWarnings.swift:74:15: error: overriding declaration requires an 'override' keyword - open func annotationType() -> Class! { - ^ - override -java_lang/Sources/Annotation.swift:75:15: note: overridden declaration is here - open func annotationType() -> Class! { - ^ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -ProcessInfoPlistFile /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility CJavaVM/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist -CpHeader CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers/CJavaVM.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks CJavaVM/CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers -Touch /tmp/Debug/CJavaVM.framework - /usr/bin/touch -c /tmp/Debug/CJavaVM.framework -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -java_swift/Sources/JavaJNI.swift:100:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaJNI.swift:100:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaJNI.swift:115:23: warning: 'unsafeBitCast' from 'UnsafePointer' to 'UnsafeMutablePointer' (aka 'UnsafeMutablePointer>') changes pointee type and may lead to undefined behavior; use the 'withMemoryRebound' method on 'UnsafePointer' to rebind the type of memory - try body( unsafeBitCast( $0, to: UnsafeMutablePointer.self ) ) - ^ -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -CpHeader java_swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks java_swift/java_swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -java_lang/Sources/java_lang.swift:11:11: error: use of undeclared type 'Throwable' -extension Throwable: Error { - ^~~~~~~~~ -java_lang/Sources/java_lang.swift:14:11: error: use of undeclared type 'JavaObject' -extension JavaObject { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:39:31: error: use of undeclared type 'RunnableBase' -public class ClosureRunnable: RunnableBase { - ^~~~~~~~~~~~ -java_lang/Sources/java_lang.swift:52:26: error: method does not override any method from its superclass - public override func run() { - ~~~~~~~~ ^ -java_lang/Sources/java_lang.swift:89:73: error: use of undeclared type 'Annotation' - public static func decode( type: [Annotation], from: jobject?, consume: Bool = true ) -> [Annotation]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:89:39: error: use of undeclared type 'Annotation' - public static func decode( type: [Annotation], from: jobject?, consume: Bool = true ) -> [Annotation]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:96:76: error: use of undeclared type 'Annotation' - public static func decode( type: [[Annotation]], from: jobject?, consume: Bool = true ) -> [[Annotation]]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:96:40: error: use of undeclared type 'Annotation' - public static func decode( type: [[Annotation]], from: jobject?, consume: Bool = true ) -> [[Annotation]]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:22:38: error: use of unresolved identifier 'Class' - if let targetClass = try Class.forName( toJavaClass ) { - ^~~~~ -CoreServices.pClass:1:12: note: did you mean 'pClass'? -public var pClass: OSType { get } - ^ -java_lang/Sources/java_lang.swift:23:63: error: use of unresolved identifier 'getClass' - let validCast = targetClass.isAssignableFrom( getClass() ) - ^~~~~~~~ -Darwin.getpass:1:13: note: did you mean 'getpass'? -public func getpass(_: UnsafePointer!) -> UnsafeMutablePointer! - ^ -java_lang/Sources/java_lang.swift:25:54: error: use of unresolved identifier 'className' - JNI.report( "Invalid cast from \(className) to \(toJavaClass)", file, line ) - ^~~~~~~~~ -ObjectiveC.class_getName:9:13: note: did you mean 'class_getName'? -public func class_getName(_ cls: Swift.AnyClass!) -> UnsafePointer! - ^ -java_lang/Sources/java_lang.swift:29:33: error: use of undeclared type 'ClassNotFoundException' - } catch let notFound as ClassNotFoundException { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/java_lang.swift:45:9: error: 'super' members cannot be referenced in a root class - super.init(javaObject: nil) - ^ -java_lang/Sources/java_lang.swift:63:20: error: cannot convert value of type 'ClosureRunnable' to expected argument type '() -> ()' - self.init( ClosureRunnable( closure ) ) - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/java_lang.swift:11:11: error: use of undeclared type 'Throwable' -extension Throwable: Error { - ^~~~~~~~~ -java_lang/Sources/java_lang.swift:14:11: error: use of undeclared type 'JavaObject' -extension JavaObject { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:39:31: error: use of undeclared type 'RunnableBase' -public class ClosureRunnable: RunnableBase { - ^~~~~~~~~~~~ -java_lang/Sources/java_lang.swift:52:26: error: method does not override any method from its superclass - public override func run() { - ~~~~~~~~ ^ -java_lang/Sources/java_lang.swift:89:73: error: use of undeclared type 'Annotation' - public static func decode( type: [Annotation], from: jobject?, consume: Bool = true ) -> [Annotation]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:89:39: error: use of undeclared type 'Annotation' - public static func decode( type: [Annotation], from: jobject?, consume: Bool = true ) -> [Annotation]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:96:76: error: use of undeclared type 'Annotation' - public static func decode( type: [[Annotation]], from: jobject?, consume: Bool = true ) -> [[Annotation]]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:96:40: error: use of undeclared type 'Annotation' - public static func decode( type: [[Annotation]], from: jobject?, consume: Bool = true ) -> [[Annotation]]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:22:38: error: use of unresolved identifier 'Class' - if let targetClass = try Class.forName( toJavaClass ) { - ^~~~~ -CoreServices.pClass:1:12: note: did you mean 'pClass'? -public var pClass: OSType { get } - ^ -java_lang/Sources/java_lang.swift:23:63: error: use of unresolved identifier 'getClass' - let validCast = targetClass.isAssignableFrom( getClass() ) - ^~~~~~~~ -Darwin.getpass:1:13: note: did you mean 'getpass'? -public func getpass(_: UnsafePointer!) -> UnsafeMutablePointer! - ^ -java_lang/Sources/java_lang.swift:25:54: error: use of unresolved identifier 'className' - JNI.report( "Invalid cast from \(className) to \(toJavaClass)", file, line ) - ^~~~~~~~~ -ObjectiveC.class_getName:9:13: note: did you mean 'class_getName'? -public func class_getName(_ cls: Swift.AnyClass!) -> UnsafePointer! - ^ -java_lang/Sources/java_lang.swift:29:33: error: use of undeclared type 'ClassNotFoundException' - } catch let notFound as ClassNotFoundException { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/java_lang.swift:45:9: error: 'super' members cannot be referenced in a root class - super.init(javaObject: nil) - ^ -java_lang/Sources/java_lang.swift:63:20: error: cannot convert value of type 'ClosureRunnable' to expected argument type '() -> ()' - self.init( ClosureRunnable( closure ) ) - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -ProcessInfoPlistFile /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility CJavaVM/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist -CompileC /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM_vers.o /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ld /tmp/Debug/CJavaVM.framework/Versions/A/CJavaVM normal x86_64 -CpHeader CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers/CJavaVM.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks CJavaVM/CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers -Ditto /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules -Touch /tmp/Debug/CJavaVM.framework - /usr/bin/touch -c /tmp/Debug/CJavaVM.framework -Write auxiliary files -write-file /tmp/java_swift.build/Debug/java_swift.build/module.modulemap -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -java_swift/Sources/JavaJNI.swift:100:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaJNI.swift:100:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaJNI.swift:115:23: warning: 'unsafeBitCast' from 'UnsafePointer' to 'UnsafeMutablePointer' changes pointee type and may lead to undefined behavior; use the 'withMemoryRebound' method on 'UnsafePointer' to rebind the type of memory - try body( unsafeBitCast( $0, to: UnsafeMutablePointer.self ) ) - ^ -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift-Swift.h /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-Swift.h - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-Swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift-Swift.h -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -CompileC /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift_vers.o /tmp/java_swift.build/Debug/java_swift.build/DerivedSources/java_swift_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -CpHeader java_swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks java_swift/java_swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers -Ditto /tmp/java_swift.build/Debug/java_swift.build/module.modulemap /tmp/Debug/java_swift.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/java_swift.build/Debug/java_swift.build/module.modulemap /tmp/Debug/java_swift.framework/Versions/A/Modules -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -Write auxiliary files -write-file /tmp/java_lang.build/Debug/java_lang.build/module.modulemap -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -java_lang/Sources/java_lang.swift:11:11: error: use of undeclared type 'Throwable' -extension Throwable: Error { - ^~~~~~~~~ -java_lang/Sources/java_lang.swift:14:11: error: use of undeclared type 'JavaObject' -extension JavaObject { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:39:31: error: use of undeclared type 'RunnableBase' -public class ClosureRunnable: RunnableBase { - ^~~~~~~~~~~~ -java_lang/Sources/java_lang.swift:52:26: error: method does not override any method from its superclass - public override func run() { - ~~~~~~~~ ^ -java_lang/Sources/java_lang.swift:89:73: error: use of undeclared type 'Annotation' - public static func decode( type: [Annotation], from: jobject?, consume: Bool = true ) -> [Annotation]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:89:39: error: use of undeclared type 'Annotation' - public static func decode( type: [Annotation], from: jobject?, consume: Bool = true ) -> [Annotation]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:96:76: error: use of undeclared type 'Annotation' - public static func decode( type: [[Annotation]], from: jobject?, consume: Bool = true ) -> [[Annotation]]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:96:40: error: use of undeclared type 'Annotation' - public static func decode( type: [[Annotation]], from: jobject?, consume: Bool = true ) -> [[Annotation]]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:22:38: error: use of unresolved identifier 'Class' - if let targetClass = try Class.forName( toJavaClass ) { - ^~~~~ -CoreServices.pClass:1:12: note: did you mean 'pClass'? -public var pClass: OSType { get } - ^ -java_lang/Sources/java_lang.swift:23:63: error: use of unresolved identifier 'getClass' - let validCast = targetClass.isAssignableFrom( getClass() ) - ^~~~~~~~ -Darwin.getpass:1:13: note: did you mean 'getpass'? -public func getpass(_: UnsafePointer!) -> UnsafeMutablePointer! - ^ -java_lang/Sources/java_lang.swift:25:54: error: use of unresolved identifier 'className' - JNI.report( "Invalid cast from \(className) to \(toJavaClass)", file, line ) - ^~~~~~~~~ -ObjectiveC.class_getName:9:13: note: did you mean 'class_getName'? -public func class_getName(_ cls: Swift.AnyClass!) -> UnsafePointer! - ^ -java_lang/Sources/java_lang.swift:29:33: error: use of undeclared type 'ClassNotFoundException' - } catch let notFound as ClassNotFoundException { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/java_lang.swift:45:9: error: 'super' members cannot be referenced in a root class - super.init(javaObject: nil) - ^ -java_lang/Sources/java_lang.swift:63:20: error: cannot convert value of type 'ClosureRunnable' to expected argument type '() -> ()' - self.init( ClosureRunnable( closure ) ) - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/java_lang.swift:11:11: error: use of undeclared type 'Throwable' -extension Throwable: Error { - ^~~~~~~~~ -java_lang/Sources/java_lang.swift:14:11: error: use of undeclared type 'JavaObject' -extension JavaObject { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:39:31: error: use of undeclared type 'RunnableBase' -public class ClosureRunnable: RunnableBase { - ^~~~~~~~~~~~ -java_lang/Sources/java_lang.swift:52:26: error: method does not override any method from its superclass - public override func run() { - ~~~~~~~~ ^ -java_lang/Sources/java_lang.swift:89:73: error: use of undeclared type 'Annotation' - public static func decode( type: [Annotation], from: jobject?, consume: Bool = true ) -> [Annotation]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:89:39: error: use of undeclared type 'Annotation' - public static func decode( type: [Annotation], from: jobject?, consume: Bool = true ) -> [Annotation]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:96:76: error: use of undeclared type 'Annotation' - public static func decode( type: [[Annotation]], from: jobject?, consume: Bool = true ) -> [[Annotation]]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:96:40: error: use of undeclared type 'Annotation' - public static func decode( type: [[Annotation]], from: jobject?, consume: Bool = true ) -> [[Annotation]]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:22:38: error: use of unresolved identifier 'Class' - if let targetClass = try Class.forName( toJavaClass ) { - ^~~~~ -CoreServices.pClass:1:12: note: did you mean 'pClass'? -public var pClass: OSType { get } - ^ -java_lang/Sources/java_lang.swift:23:63: error: use of unresolved identifier 'getClass' - let validCast = targetClass.isAssignableFrom( getClass() ) - ^~~~~~~~ -Darwin.getpass:1:13: note: did you mean 'getpass'? -public func getpass(_: UnsafePointer!) -> UnsafeMutablePointer! - ^ -java_lang/Sources/java_lang.swift:25:54: error: use of unresolved identifier 'className' - JNI.report( "Invalid cast from \(className) to \(toJavaClass)", file, line ) - ^~~~~~~~~ -ObjectiveC.class_getName:9:13: note: did you mean 'class_getName'? -public func class_getName(_ cls: Swift.AnyClass!) -> UnsafePointer! - ^ -java_lang/Sources/java_lang.swift:29:33: error: use of undeclared type 'ClassNotFoundException' - } catch let notFound as ClassNotFoundException { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/java_lang.swift:45:9: error: 'super' members cannot be referenced in a root class - super.init(javaObject: nil) - ^ -java_lang/Sources/java_lang.swift:63:20: error: cannot convert value of type 'ClosureRunnable' to expected argument type '() -> ()' - self.init( ClosureRunnable( closure ) ) - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/java_lang.swift:11:11: error: use of undeclared type 'Throwable' -extension Throwable: Error { - ^~~~~~~~~ -java_lang/Sources/java_lang.swift:14:11: error: use of undeclared type 'JavaObject' -extension JavaObject { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:39:31: error: use of undeclared type 'RunnableBase' -public class ClosureRunnable: RunnableBase { - ^~~~~~~~~~~~ -java_lang/Sources/java_lang.swift:52:26: error: method does not override any method from its superclass - public override func run() { - ~~~~~~~~ ^ -java_lang/Sources/java_lang.swift:89:73: error: use of undeclared type 'Annotation' - public static func decode( type: [Annotation], from: jobject?, consume: Bool = true ) -> [Annotation]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:89:39: error: use of undeclared type 'Annotation' - public static func decode( type: [Annotation], from: jobject?, consume: Bool = true ) -> [Annotation]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:96:76: error: use of undeclared type 'Annotation' - public static func decode( type: [[Annotation]], from: jobject?, consume: Bool = true ) -> [[Annotation]]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:96:40: error: use of undeclared type 'Annotation' - public static func decode( type: [[Annotation]], from: jobject?, consume: Bool = true ) -> [[Annotation]]? { - ^~~~~~~~~~ -java_lang/Sources/java_lang.swift:22:38: error: use of unresolved identifier 'Class' - if let targetClass = try Class.forName( toJavaClass ) { - ^~~~~ -CoreServices.pClass:1:12: note: did you mean 'pClass'? -public var pClass: OSType { get } - ^ -java_lang/Sources/java_lang.swift:23:63: error: use of unresolved identifier 'getClass' - let validCast = targetClass.isAssignableFrom( getClass() ) - ^~~~~~~~ -Darwin.getpass:1:13: note: did you mean 'getpass'? -public func getpass(_: UnsafePointer!) -> UnsafeMutablePointer! - ^ -java_lang/Sources/java_lang.swift:25:54: error: use of unresolved identifier 'className' - JNI.report( "Invalid cast from \(className) to \(toJavaClass)", file, line ) - ^~~~~~~~~ -ObjectiveC.class_getName:9:13: note: did you mean 'class_getName'? -public func class_getName(_ cls: Swift.AnyClass!) -> UnsafePointer! - ^ -java_lang/Sources/java_lang.swift:29:33: error: use of undeclared type 'ClassNotFoundException' - } catch let notFound as ClassNotFoundException { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/java_lang.swift:45:9: error: 'super' members cannot be referenced in a root class - super.init(javaObject: nil) - ^ -java_lang/Sources/java_lang.swift:63:20: error: cannot convert value of type 'ClosureRunnable' to expected argument type '() -> ()' - self.init( ClosureRunnable( closure ) ) - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-OutputFileMap.json -write-file /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.LinkFileList -java_lang/Sources/AnnotatedType.swift:40:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:58:15: note: overridden declaration is here - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:49:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:67:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:57:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:75:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:65:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:83:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:73:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:91:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:81:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:99:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:89:15: error: overriding declaration requires an 'override' keyword - open func getAnnotations() -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:107:15: note: overridden declaration is here - open func getAnnotations() -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:101:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:119:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:110:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:128:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:118:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:136:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:126:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:144:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:134:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotations() -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:152:15: note: overridden declaration is here - open func getDeclaredAnnotations() -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:40:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:58:15: note: overridden declaration is here - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:49:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:67:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:57:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:75:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:65:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:83:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:73:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:91:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:81:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:99:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:89:15: error: overriding declaration requires an 'override' keyword - open func getAnnotations() -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:107:15: note: overridden declaration is here - open func getAnnotations() -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:101:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:119:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:110:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:128:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:118:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:136:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:126:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:144:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:134:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotations() -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:152:15: note: overridden declaration is here - open func getDeclaredAnnotations() -> [Annotation]! { - ^ -java_lang/Sources/GenericArrayType.swift:40:15: error: overriding declaration requires an 'override' keyword - open func getTypeName() -> String! { - ^ - override -java_lang/Sources/Type.swift:27:15: note: overridden declaration is here - open func getTypeName() -> String! { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MonitorInfo.swift:82:21: error: overriding declaration requires an 'override' keyword - open class func from( arg0: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:79:21: note: overridden declaration is here - open class func from( arg0: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/MonitorInfo.swift:91:21: error: overriding declaration requires an 'override' keyword - open class func from( _ _arg0: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:88:21: note: overridden declaration is here - open class func from( _ _arg0: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:39:15: error: overriding declaration requires an 'override' keyword - open func getType() -> Type! { - ^ - override -java_lang/Sources/AnnotatedType.swift:27:15: note: overridden declaration is here - open func getType() -> Type! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:52:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:40:24: note: overridden declaration is here - override open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:61:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:49:24: note: overridden declaration is here - override open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:69:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:57:24: note: overridden declaration is here - override open func isAnnotationPresent( arg0: Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:77:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:65:24: note: overridden declaration is here - override open func isAnnotationPresent( _ _arg0: Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:85:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:73:24: note: overridden declaration is here - override open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:93:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:81:24: note: overridden declaration is here - override open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:101:15: error: overriding declaration requires an 'override' keyword - open func getAnnotations() -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:89:24: note: overridden declaration is here - override open func getAnnotations() -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:113:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:101:24: note: overridden declaration is here - override open func getDeclaredAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:122:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:110:24: note: overridden declaration is here - override open func getDeclaredAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:130:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:118:24: note: overridden declaration is here - override open func getDeclaredAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:138:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:126:24: note: overridden declaration is here - override open func getDeclaredAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:146:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotations() -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:134:24: note: overridden declaration is here - override open func getDeclaredAnnotations() -> [Annotation]! { - ^ -java_lang/Sources/MonitorInfo.swift:82:21: error: overriding declaration requires an 'override' keyword - open class func from( arg0: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:79:21: note: overridden declaration is here - open class func from( arg0: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/MonitorInfo.swift:91:21: error: overriding declaration requires an 'override' keyword - open class func from( _ _arg0: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:88:21: note: overridden declaration is here - open class func from( _ _arg0: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:39:15: error: overriding declaration requires an 'override' keyword - open func getType() -> Type! { - ^ - override -java_lang/Sources/AnnotatedType.swift:27:15: note: overridden declaration is here - open func getType() -> Type! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:52:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:40:24: note: overridden declaration is here - override open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:61:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:49:24: note: overridden declaration is here - override open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:69:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:57:24: note: overridden declaration is here - override open func isAnnotationPresent( arg0: Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:77:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:65:24: note: overridden declaration is here - override open func isAnnotationPresent( _ _arg0: Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:85:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:73:24: note: overridden declaration is here - override open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:93:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:81:24: note: overridden declaration is here - override open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:101:15: error: overriding declaration requires an 'override' keyword - open func getAnnotations() -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:89:24: note: overridden declaration is here - override open func getAnnotations() -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:113:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:101:24: note: overridden declaration is here - override open func getDeclaredAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:122:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:110:24: note: overridden declaration is here - override open func getDeclaredAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:130:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:118:24: note: overridden declaration is here - override open func getDeclaredAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:138:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:126:24: note: overridden declaration is here - override open func getDeclaredAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:146:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotations() -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:134:24: note: overridden declaration is here - override open func getDeclaredAnnotations() -> [Annotation]! { - ^ -java_lang/Sources/ParameterizedType.swift:73:15: error: overriding declaration requires an 'override' keyword - open func getTypeName() -> String! { - ^ - override -java_lang/Sources/Type.swift:27:15: note: overridden declaration is here - open func getTypeName() -> String! { - ^ -java_lang/Sources/TypeVariable.swift:88:15: error: overriding declaration requires an 'override' keyword - open func getTypeName() -> String! { - ^ - override -java_lang/Sources/Type.swift:27:15: note: overridden declaration is here - open func getTypeName() -> String! { - ^ -java_lang/Sources/MonitorInfo.swift:82:21: error: overriding declaration requires an 'override' keyword - open class func from( arg0: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:79:21: note: overridden declaration is here - open class func from( arg0: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/MonitorInfo.swift:91:21: error: overriding declaration requires an 'override' keyword - open class func from( _ _arg0: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:88:21: note: overridden declaration is here - open class func from( _ _arg0: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/MonitorInfo.swift:82:21: error: overriding declaration requires an 'override' keyword - open class func from( arg0: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:79:21: note: overridden declaration is here - open class func from( arg0: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/MonitorInfo.swift:91:21: error: overriding declaration requires an 'override' keyword - open class func from( _ _arg0: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:88:21: note: overridden declaration is here - open class func from( _ _arg0: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/GenericDeclaration.swift:39:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:58:15: note: overridden declaration is here - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/GenericDeclaration.swift:48:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:67:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/GenericDeclaration.swift:56:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:75:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: Class? ) -> Bool { - ^ -java_lang/Sources/GenericDeclaration.swift:64:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:83:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: Class? ) -> Bool { - ^ -java_lang/Sources/GenericDeclaration.swift:72:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:91:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/GenericDeclaration.swift:80:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:99:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/GenericDeclaration.swift:88:15: error: overriding declaration requires an 'override' keyword - open func getAnnotations() -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:107:15: note: overridden declaration is here - open func getAnnotations() -> [Annotation]! { - ^ -java_lang/Sources/GenericDeclaration.swift:100:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:119:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/GenericDeclaration.swift:109:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:128:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/GenericDeclaration.swift:117:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:136:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/GenericDeclaration.swift:125:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:144:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/GenericDeclaration.swift:133:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotations() -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:152:15: note: overridden declaration is here - open func getDeclaredAnnotations() -> [Annotation]! { - ^ -java_lang/Sources/Repeatable.swift:40:15: error: overriding declaration requires an 'override' keyword - open func equals( arg0: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:40:15: note: overridden declaration is here - open func equals( arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Repeatable.swift:48:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:48:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Repeatable.swift:56:15: error: overriding declaration requires an 'override' keyword - open func toString() -> String! { - ^ - override -java_lang/Sources/Annotation.swift:56:15: note: overridden declaration is here - open func toString() -> String! { - ^ -java_lang/Sources/Repeatable.swift:68:15: error: overriding declaration requires an 'override' keyword - open func hashCode() -> Int { - ^ - override -java_lang/Sources/Annotation.swift:68:15: note: overridden declaration is here - open func hashCode() -> Int { - ^ -java_lang/Sources/Repeatable.swift:80:15: error: overriding declaration requires an 'override' keyword - open func annotationType() -> Class! { - ^ - override -java_lang/Sources/Annotation.swift:80:15: note: overridden declaration is here - open func annotationType() -> Class! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:55:15: error: overriding declaration requires an 'override' keyword - open func getType() -> Type! { - ^ - override -java_lang/Sources/AnnotatedType.swift:27:15: note: overridden declaration is here - open func getType() -> Type! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:68:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:40:24: note: overridden declaration is here - override open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:77:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:49:24: note: overridden declaration is here - override open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:85:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:57:24: note: overridden declaration is here - override open func isAnnotationPresent( arg0: Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:93:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:65:24: note: overridden declaration is here - override open func isAnnotationPresent( _ _arg0: Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:101:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:73:24: note: overridden declaration is here - override open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:109:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:81:24: note: overridden declaration is here - override open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:117:15: error: overriding declaration requires an 'override' keyword - open func getAnnotations() -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:89:24: note: overridden declaration is here - override open func getAnnotations() -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:129:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:101:24: note: overridden declaration is here - override open func getDeclaredAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:138:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:110:24: note: overridden declaration is here - override open func getDeclaredAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:146:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:118:24: note: overridden declaration is here - override open func getDeclaredAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:154:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:126:24: note: overridden declaration is here - override open func getDeclaredAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:162:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotations() -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:134:24: note: overridden declaration is here - override open func getDeclaredAnnotations() -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:40:15: error: overriding declaration requires an 'override' keyword - open func getType() -> Type! { - ^ - override -java_lang/Sources/AnnotatedType.swift:27:15: note: overridden declaration is here - open func getType() -> Type! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:53:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:40:24: note: overridden declaration is here - override open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:62:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:49:24: note: overridden declaration is here - override open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:70:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:57:24: note: overridden declaration is here - override open func isAnnotationPresent( arg0: Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedArrayType.swift:78:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:65:24: note: overridden declaration is here - override open func isAnnotationPresent( _ _arg0: Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedArrayType.swift:86:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:73:24: note: overridden declaration is here - override open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:94:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:81:24: note: overridden declaration is here - override open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:102:15: error: overriding declaration requires an 'override' keyword - open func getAnnotations() -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:89:24: note: overridden declaration is here - override open func getAnnotations() -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:114:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:101:24: note: overridden declaration is here - override open func getDeclaredAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:123:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:110:24: note: overridden declaration is here - override open func getDeclaredAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:131:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:118:24: note: overridden declaration is here - override open func getDeclaredAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:139:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:126:24: note: overridden declaration is here - override open func getDeclaredAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:147:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotations() -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:134:24: note: overridden declaration is here - override open func getDeclaredAnnotations() -> [Annotation]! { - ^ -java_lang/Sources/WildcardType.swift:55:15: error: overriding declaration requires an 'override' keyword - open func getTypeName() -> String! { - ^ - override -java_lang/Sources/Type.swift:27:15: note: overridden declaration is here - open func getTypeName() -> String! { - ^ -java_lang/Sources/TypeVariable.swift:88:15: error: overriding declaration requires an 'override' keyword - open func getTypeName() -> String! { - ^ - override -java_lang/Sources/Type.swift:27:15: note: overridden declaration is here - open func getTypeName() -> String! { - ^ -java_lang/Sources/TypeVariable.swift:88:15: error: overriding declaration requires an 'override' keyword - open func getTypeName() -> String! { - ^ - override -java_lang/Sources/Type.swift:27:15: note: overridden declaration is here - open func getTypeName() -> String! { - ^ -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang-Swift.h /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-Swift.h - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-Swift.h /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang-Swift.h -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -CompileC /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang_vers.o /tmp/java_lang.build/Debug/java_lang.build/DerivedSources/java_lang_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -CpHeader java_lang.h /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks java_lang/java_lang.h /tmp/Debug/java_lang.framework/Versions/A/Headers -Ditto /tmp/java_lang.build/Debug/java_lang.build/module.modulemap /tmp/Debug/java_lang.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/java_lang.build/Debug/java_lang.build/module.modulemap /tmp/Debug/java_lang.framework/Versions/A/Modules -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -Write auxiliary files -write-file /tmp/java_util.build/all-product-headers.yaml -write-file /tmp/java_util.build/Debug/java_util.build/java_util-generated-files.hmap -write-file /tmp/java_util.build/Debug/java_util.build/swift-overrides.hmap -write-file /tmp/java_util.build/Debug/java_util.build/unextended-module-overlay.yaml -/bin/mkdir -p /tmp/java_util.build/Debug/java_util.build/DerivedSources -write-file /tmp/java_util.build/Debug/java_util.build/DerivedSources/java_util_vers.c -write-file /tmp/java_util.build/Debug/java_util.build/unextended-module.modulemap -/bin/mkdir -p /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64 -write-file /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util-OutputFileMap.json -write-file /tmp/java_util.build/Debug/java_util.build/java_util-own-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util-all-non-framework-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util-project-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/module.modulemap -write-file /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util.LinkFileList -write-file /tmp/java_util.build/Debug/java_util.build/java_util-all-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_util.framework/Modules -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_util.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_util.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_util.framework/Headers -/bin/ln -sfh Versions/Current/java_util /tmp/Debug/java_util.framework/java_util -ProcessInfoPlistFile /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_util/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Constructor.swift:79:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Constructor.swift:79:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/VolatileCallSite.swift:82:15: error: overriding declaration requires an 'override' keyword - open func setTarget( _ _newTarget: MethodHandle? ) { - ^ - override -java_lang/Sources/CallSite.swift:95:15: note: overridden declaration is here - open func setTarget( _ _arg0: MethodHandle? ) { - ^ -java_lang/Sources/Enum.swift:82:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _other: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Enum.swift:82:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _other: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Method.swift:106:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Enum.swift:82:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _other: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Enum.swift:82:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _other: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Executable.swift:142:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:49:15: note: overridden declaration is here - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:151:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:58:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:159:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:82:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:167:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:90:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:142:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:49:15: note: overridden declaration is here - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:151:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:58:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:159:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:82:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:167:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:90:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:142:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:49:15: note: overridden declaration is here - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:151:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:58:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:159:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:82:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:167:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:90:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:142:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:49:15: note: overridden declaration is here - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:151:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:58:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:159:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:82:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:167:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:90:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:142:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:49:15: note: overridden declaration is here - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:151:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:58:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:159:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:82:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:167:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:90:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:142:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:49:15: note: overridden declaration is here - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:151:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:58:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:159:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:82:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:167:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:90:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:142:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:49:15: note: overridden declaration is here - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:151:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:58:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:159:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:82:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:167:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:90:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:142:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:49:15: note: overridden declaration is here - open func getAnnotation( arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:151:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:58:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:159:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:82:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:167:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:90:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: Class? ) -> [Annotation]! { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/StackTraceElement.swift:67:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/StackTraceElement.swift:67:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/StackTraceElement.swift:67:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/StackTraceElement.swift:67:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/StackTraceElement.swift:67:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/StackTraceElement.swift:67:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/StackTraceElement.swift:67:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/StackTraceElement.swift:67:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Integer.swift:191:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/JavaDouble.swift:201:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/ProcessBuilder_Redirect.swift:78:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Short.swift:135:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/MonitorInfo.swift:57:21: error: overriding declaration requires an 'override' keyword - open class func from( cd: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:67:21: note: overridden declaration is here - open class func from( cd: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/MonitorInfo.swift:66:21: error: overriding declaration requires an 'override' keyword - open class func from( _ _cd: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:76:21: note: overridden declaration is here - open class func from( _ _cd: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/Target.swift:39:15: error: overriding declaration requires an 'override' keyword - open func equals( obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:40:15: note: overridden declaration is here - open func equals( obj: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Target.swift:47:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:48:15: note: overridden declaration is here - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Character_Subset.swift:56:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Boolean.swift:108:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/MonitorInfo.swift:57:21: error: overriding declaration requires an 'override' keyword - open class func from( cd: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:67:21: note: overridden declaration is here - open class func from( cd: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/MonitorInfo.swift:66:21: error: overriding declaration requires an 'override' keyword - open class func from( _ _cd: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:76:21: note: overridden declaration is here - open class func from( _ _cd: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/Character_Subset.swift:56:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Byte.swift:135:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Long.swift:183:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/MonitorInfo.swift:57:21: error: overriding declaration requires an 'override' keyword - open class func from( cd: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:67:21: note: overridden declaration is here - open class func from( cd: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/MonitorInfo.swift:66:21: error: overriding declaration requires an 'override' keyword - open class func from( _ _cd: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:76:21: note: overridden declaration is here - open class func from( _ _cd: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/MonitorInfo.swift:57:21: error: overriding declaration requires an 'override' keyword - open class func from( cd: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:67:21: note: overridden declaration is here - open class func from( cd: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/MonitorInfo.swift:66:21: error: overriding declaration requires an 'override' keyword - open class func from( _ _cd: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:76:21: note: overridden declaration is here - open class func from( _ _cd: /* javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/Repeatable.swift:40:15: error: overriding declaration requires an 'override' keyword - open func equals( obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:40:15: note: overridden declaration is here - open func equals( obj: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Repeatable.swift:48:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:48:15: note: overridden declaration is here - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ -java_lang/Sources/JavaFloat.swift:218:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/SuppressWarnings.swift:39:15: error: overriding declaration requires an 'override' keyword - open func equals( obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:40:15: note: overridden declaration is here - open func equals( obj: JavaObject? ) -> Bool { - ^ -java_lang/Sources/SuppressWarnings.swift:47:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:48:15: note: overridden declaration is here - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ -java_lang/Sources/ConstantCallSite.swift:88:15: error: overriding declaration requires an 'override' keyword - open func setTarget( _ _ignore: MethodHandle? ) { - ^ - override -java_lang/Sources/CallSite.swift:95:15: note: overridden declaration is here - open func setTarget( _ _arg0: MethodHandle? ) { - ^ -java_lang/Sources/MutableCallSite.swift:84:15: error: overriding declaration requires an 'override' keyword - open func setTarget( _ _newTarget: MethodHandle? ) { - ^ - override -java_lang/Sources/CallSite.swift:95:15: note: overridden declaration is here - open func setTarget( _ _arg0: MethodHandle? ) { - ^ -java_lang/Sources/Character.swift:852:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/ProcessBuilder_Redirect.swift:78:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/JavaObject.swift:114:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Retention.swift:40:15: error: overriding declaration requires an 'override' keyword - open func equals( obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:40:15: note: overridden declaration is here - open func equals( obj: JavaObject? ) -> Bool { - ^ -java_lang/Sources/Retention.swift:48:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:48:15: note: overridden declaration is here - open func equals( _ _obj: JavaObject? ) -> Bool { - ^ -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -ProcessInfoPlistFile /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_util/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:38: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:38: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:38: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:38: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:46: error: '_javaObject' is inaccessible due to 'private' protection level - return JNI.api.NewLocalRef( JNI.env, _javaObject ) - ^ -java_swift/Sources/JNIObject.swift:40:17: note: '_javaObject' declared here - private var _javaObject: jobject? - ^ -:0: error: input file 'JNIObject.swift' was modified during the build -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Appendable.swift:41:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:61:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:97:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:113:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:128:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:306:45: error: 'ClassFileTransformer' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:37: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/JavaString.swift:790:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:59: error: '(CharSequence)' is not a subtype of 'JNIObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:38: error: 'CharSequence' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:38: error: 'Iterable' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:104:12: error: type 'InvocationHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class InvocationHandlerBase: InvocationHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/InvocationHandler.swift:98:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:97:12: error: type 'Thread_UncaughtExceptionHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class Thread_UncaughtExceptionHandlerBase: Thread_UncaughtExceptionHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:91:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:104:12: error: type 'InvocationHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class InvocationHandlerBase: InvocationHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/InvocationHandler.swift:98:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:97:12: error: type 'Thread_UncaughtExceptionHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class Thread_UncaughtExceptionHandlerBase: Thread_UncaughtExceptionHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:91:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:5: error: missing return in a function expected to return 'Result' - } - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:5: error: missing return in a function expected to return 'Result' - } - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:5: error: missing return in a function expected to return 'Result' - } - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:5: error: missing return in a function expected to return 'Result' - } - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:5: error: missing return in a function expected to return 'Result' - } - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:29:5: error: missing return in a function expected to return 'Result' - } - ^ -:0: error: input file 'JNIObject.swift' was modified during the build -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:28:22: error: use of unresolved identifier 'havaObject' - return body( havaObject ) - ^~~~~~~~~~ -java_swift/Sources/JNIObject.swift:45:14: note: did you mean 'javaObject'? - open var javaObject: jobject? { - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:28:22: error: use of unresolved identifier 'havaObject' - return body( havaObject ) - ^~~~~~~~~~ -java_swift/Sources/JNIObject.swift:45:14: note: did you mean 'javaObject'? - open var javaObject: jobject? { - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:28:22: error: use of unresolved identifier 'havaObject' - return body( havaObject ) - ^~~~~~~~~~ -java_swift/Sources/JNIObject.swift:45:14: note: did you mean 'javaObject'? - open var javaObject: jobject? { - ^ -:0: error: input file 'JNIObject.swift' was modified during the build -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:28:16: error: call can throw but is not marked with 'try' - return body( javaObject ) - ^~~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:28:16: error: call can throw but is not marked with 'try' - return body( javaObject ) - ^~~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:104:12: error: type 'InvocationHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class InvocationHandlerBase: InvocationHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/InvocationHandler.swift:98:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:97:12: error: type 'Thread_UncaughtExceptionHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class Thread_UncaughtExceptionHandlerBase: Thread_UncaughtExceptionHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:91:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:104:12: error: type 'InvocationHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class InvocationHandlerBase: InvocationHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/InvocationHandler.swift:98:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:97:12: error: type 'Thread_UncaughtExceptionHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class Thread_UncaughtExceptionHandlerBase: Thread_UncaughtExceptionHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:91:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -:0: error: input file 'JNIObject.swift' was modified during the build -Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1 -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:104:12: error: type 'InvocationHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class InvocationHandlerBase: InvocationHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/InvocationHandler.swift:98:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:97:12: error: type 'Thread_UncaughtExceptionHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class Thread_UncaughtExceptionHandlerBase: Thread_UncaughtExceptionHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:91:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:104:12: error: type 'InvocationHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class InvocationHandlerBase: InvocationHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/InvocationHandler.swift:98:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:97:12: error: type 'Thread_UncaughtExceptionHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class Thread_UncaughtExceptionHandlerBase: Thread_UncaughtExceptionHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:91:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:104:12: error: type 'InvocationHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class InvocationHandlerBase: InvocationHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/InvocationHandler.swift:98:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:97:12: error: type 'Thread_UncaughtExceptionHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class Thread_UncaughtExceptionHandlerBase: Thread_UncaughtExceptionHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:91:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:104:12: error: type 'InvocationHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class InvocationHandlerBase: InvocationHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/InvocationHandler.swift:98:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:97:12: error: type 'Thread_UncaughtExceptionHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class Thread_UncaughtExceptionHandlerBase: Thread_UncaughtExceptionHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:91:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:104:12: error: type 'InvocationHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class InvocationHandlerBase: InvocationHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/InvocationHandler.swift:98:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:97:12: error: type 'Thread_UncaughtExceptionHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class Thread_UncaughtExceptionHandlerBase: Thread_UncaughtExceptionHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:91:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:104:12: error: type 'InvocationHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class InvocationHandlerBase: InvocationHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/InvocationHandler.swift:98:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:97:12: error: type 'Thread_UncaughtExceptionHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class Thread_UncaughtExceptionHandlerBase: Thread_UncaughtExceptionHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:91:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Runnable.swift:91:12: error: type 'RunnableBase' does not conform to protocol 'JNIObjectProtocol' -open class RunnableBase: Runnable { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:85:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:104:12: error: type 'InvocationHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class InvocationHandlerBase: InvocationHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/InvocationHandler.swift:98:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:97:12: error: type 'Thread_UncaughtExceptionHandlerBase' does not conform to protocol 'JNIObjectProtocol' -open class Thread_UncaughtExceptionHandlerBase: Thread_UncaughtExceptionHandler { - ^ -java_swift.JNIObjectProtocol:2:17: note: protocol requires function 'withJavaObject' with type ' (@escaping (jobject?) throws -> Result) throws -> Result'; do you want to add a stub? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:91:10: error: method 'localJavaObject' must be declared public because it matches a requirement in public protocol 'JNIObjectProtocol' - func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ - public -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/java_lang.swift:45:39: error: missing argument for parameter 'javaObject' in call - super.init(/*javaObject: nil*/) - ^ - javaObject: <#jobject?#> -java_lang/Sources/Runnable.swift:91:46: note: 'init(javaObject:)' declared here -open class RunnableBase: JNIObject, Runnable { - ^ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/java_lang.swift:45:39: error: missing argument for parameter 'javaObject' in call - super.init(/*javaObject: nil*/) - ^ - javaObject: <#jobject?#> -java_lang/Sources/Runnable.swift:91:46: note: 'init(javaObject:)' declared here -open class RunnableBase: JNIObject, Runnable { - ^ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/java_lang.swift:45:39: error: missing argument for parameter 'javaObject' in call - super.init(/*javaObject: nil*/) - ^ - javaObject: <#jobject?#> -java_lang/Sources/Runnable.swift:91:46: note: 'init(javaObject:)' declared here -open class RunnableBase: JNIObject, Runnable { - ^ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/java_lang.swift:45:39: error: missing argument for parameter 'javaObject' in call - super.init(/*javaObject: nil*/) - ^ - javaObject: <#jobject?#> -java_lang/Sources/Runnable.swift:91:46: note: 'init(javaObject:)' declared here -open class RunnableBase: JNIObject, Runnable { - ^ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/java_lang.swift:45:39: error: missing argument for parameter 'javaObject' in call - super.init(/*javaObject: nil*/) - ^ - javaObject: <#jobject?#> -java_lang/Sources/Runnable.swift:91:46: note: 'init(javaObject:)' declared here -open class RunnableBase: JNIObject, Runnable { - ^ -java_lang/Sources/InvocationHandler.swift:91:123: error: return expression of type 'Runnable' does not conform to 'InvocationHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: InvocationHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:84:137: error: return expression of type 'Runnable' does not conform to 'Thread_UncaughtExceptionHandler' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: Thread_UncaughtExceptionHandlerLocal_.self ).proto! - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/java_lang.swift:45:39: error: missing argument for parameter 'javaObject' in call - super.init(/*javaObject: nil*/) - ^ - javaObject: <#jobject?#> -java_lang/Sources/Runnable.swift:91:46: note: 'init(javaObject:)' declared here -open class RunnableBase: JNIObject, Runnable { - ^ -java_lang/Sources/InvocationHandler.swift:81:22: error: cannot assign value of type 'Runnable' to type 'InvocationHandler?' - self.proto = proto - ^~~~~ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:74:22: error: cannot assign value of type 'Runnable' to type 'Thread_UncaughtExceptionHandler?' - self.proto = proto - ^~~~~ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/java_lang.swift:45:39: error: missing argument for parameter 'javaObject' in call - super.init(/*javaObject: nil*/) - ^ - javaObject: <#jobject?#> -java_lang/Sources/Runnable.swift:91:46: note: 'init(javaObject:)' declared here -open class RunnableBase: JNIObject, Runnable { - ^ -java_lang/Sources/InvocationHandler.swift:81:22: error: cannot assign value of type 'Runnable' to type 'InvocationHandler?' - self.proto = proto - ^~~~~ - as! InvocationHandler -java_lang/Sources/InvocationHandler.swift:99:62: error: argument type 'Self' does not conform to expected type 'Runnable' - return InvocationHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:74:22: error: cannot assign value of type 'Runnable' to type 'Thread_UncaughtExceptionHandler?' - self.proto = proto - ^~~~~ - as! Thread_UncaughtExceptionHandler -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:92:76: error: argument type 'Self' does not conform to expected type 'Runnable' - return Thread_UncaughtExceptionHandlerLocal_( object: self, proto: self ).javaObject - ^~~~ - as! Runnable -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/java_lang.swift:45:39: error: missing argument for parameter 'javaObject' in call - super.init(/*javaObject: nil*/) - ^ - javaObject: <#jobject?#> -java_lang/Sources/Runnable.swift:91:46: note: 'init(javaObject:)' declared here -open class RunnableBase: JNIObject, Runnable { - ^ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:81: error: use of undeclared type 'GenericDeclarationType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:105: error: use of undeclared type 'TypeType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~ -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:81: error: use of undeclared type 'GenericDeclarationType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:105: error: use of undeclared type 'TypeType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~ -java_lang/Sources/AccessibleObject.swift:11:42: error: use of undeclared type 'AnnotatedElementType' -open class AccessibleObject: JavaObject, AnnotatedElementType { - ^~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Executable.swift:11:42: error: use of undeclared type 'MemberType' -open class Executable: AccessibleObject, MemberType, GenericDeclarationType { - ^~~~~~~~~~ -java_lang/Sources/Executable.swift:11:54: error: use of undeclared type 'GenericDeclarationType' -open class Executable: AccessibleObject, MemberType, GenericDeclarationType { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:81: error: use of undeclared type 'GenericDeclarationType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:105: error: use of undeclared type 'TypeType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~ -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:81: error: use of undeclared type 'GenericDeclarationType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:105: error: use of undeclared type 'TypeType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~ -java_lang/Sources/AccessibleObject.swift:11:42: error: use of undeclared type 'AnnotatedElementType' -open class AccessibleObject: JavaObject, AnnotatedElementType { - ^~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Executable.swift:11:42: error: use of undeclared type 'MemberType' -open class Executable: AccessibleObject, MemberType, GenericDeclarationType { - ^~~~~~~~~~ -java_lang/Sources/Executable.swift:11:54: error: use of undeclared type 'GenericDeclarationType' -open class Executable: AccessibleObject, MemberType, GenericDeclarationType { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:81: error: use of undeclared type 'GenericDeclarationType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:105: error: use of undeclared type 'TypeType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~ -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:81: error: use of undeclared type 'GenericDeclarationType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:105: error: use of undeclared type 'TypeType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~ -java_lang/Sources/AccessibleObject.swift:11:42: error: use of undeclared type 'AnnotatedElementType' -open class AccessibleObject: JavaObject, AnnotatedElementType { - ^~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Executable.swift:11:42: error: use of undeclared type 'MemberType' -open class Executable: AccessibleObject, MemberType, GenericDeclarationType { - ^~~~~~~~~~ -java_lang/Sources/Executable.swift:11:54: error: use of undeclared type 'GenericDeclarationType' -open class Executable: AccessibleObject, MemberType, GenericDeclarationType { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:81: error: use of undeclared type 'GenericDeclarationType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:105: error: use of undeclared type 'TypeType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~ -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:81: error: use of undeclared type 'GenericDeclarationType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:105: error: use of undeclared type 'TypeType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~ -java_lang/Sources/AccessibleObject.swift:11:42: error: use of undeclared type 'AnnotatedElementType' -open class AccessibleObject: JavaObject, AnnotatedElementType { - ^~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Executable.swift:11:42: error: use of undeclared type 'MemberType' -open class Executable: AccessibleObject, MemberType, GenericDeclarationType { - ^~~~~~~~~~ -java_lang/Sources/Executable.swift:11:54: error: use of undeclared type 'GenericDeclarationType' -open class Executable: AccessibleObject, MemberType, GenericDeclarationType { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:81: error: use of undeclared type 'GenericDeclarationType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:105: error: use of undeclared type 'TypeType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~ -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:81: error: use of undeclared type 'GenericDeclarationType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:105: error: use of undeclared type 'TypeType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~ -java_lang/Sources/AccessibleObject.swift:11:42: error: use of undeclared type 'AnnotatedElementType' -open class AccessibleObject: JavaObject, AnnotatedElementType { - ^~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Executable.swift:11:42: error: use of undeclared type 'MemberType' -open class Executable: AccessibleObject, MemberType, GenericDeclarationType { - ^~~~~~~~~~ -java_lang/Sources/Executable.swift:11:54: error: use of undeclared type 'GenericDeclarationType' -open class Executable: AccessibleObject, MemberType, GenericDeclarationType { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:81: error: use of undeclared type 'GenericDeclarationType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:105: error: use of undeclared type 'TypeType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~ -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:81: error: use of undeclared type 'GenericDeclarationType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:105: error: use of undeclared type 'TypeType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~ -java_lang/Sources/AccessibleObject.swift:11:42: error: use of undeclared type 'AnnotatedElementType' -open class AccessibleObject: JavaObject, AnnotatedElementType { - ^~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Executable.swift:11:42: error: use of undeclared type 'MemberType' -open class Executable: AccessibleObject, MemberType, GenericDeclarationType { - ^~~~~~~~~~ -java_lang/Sources/Executable.swift:11:54: error: use of undeclared type 'GenericDeclarationType' -open class Executable: AccessibleObject, MemberType, GenericDeclarationType { - ^~~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:11:32: error: use of undeclared type 'RunnableType' -open class Thread: JavaObject, RunnableType { - ^~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:11:63: error: use of undeclared type 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Class.swift:11:58: error: use of undeclared type 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -java_lang/Sources/Throwable.swift:11:62: error: use of undeclared type 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ^~~~~~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:23:11: error: use of undeclared type 'UnavailableProtocol' -extension UnavailableProtocol where Self: JNIObject { - ^~~~~~~~~~~~~~~~~ -java_swift/Sources/JNIObject.swift:31:56: error: use of undeclared type 'UnavailableProtocol' -open class UnavailableProtocolForward: JNIObjectForward, UnavailableProtocol { - ^~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:23:11: error: use of undeclared type 'UnavailableProtocol' -extension UnavailableProtocol where Self: JNIObject { - ^~~~~~~~~~~~~~~~~ -java_swift/Sources/JNIObject.swift:31:56: error: use of undeclared type 'UnavailableProtocol' -open class UnavailableProtocolForward: JNIObjectForward, UnavailableProtocol { - ^~~~~~~~~~~~~~~~~ -java_swift/Sources/JNIObject.swift:23:11: error: use of undeclared type 'UnavailableProtocol' -extension UnavailableProtocol where Self: JNIObject { - ^~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:23:11: error: use of undeclared type 'UnavailableProtocol' -extension UnavailableProtocol where Self: JNIObject { - ^~~~~~~~~~~~~~~~~ -java_swift/Sources/JNIObject.swift:31:56: error: use of undeclared type 'UnavailableProtocol' -open class UnavailableProtocolForward: JNIObjectForward, UnavailableProtocol { - ^~~~~~~~~~~~~~~~~ -java_swift/Sources/JNIObject.swift:23:11: error: use of undeclared type 'UnavailableProtocol' -extension UnavailableProtocol where Self: JNIObject { - ^~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:23:11: error: use of undeclared type 'UnavailableProtocol' -extension UnavailableProtocol where Self: JNIObject { - ^~~~~~~~~~~~~~~~~ -java_swift/Sources/JNIObject.swift:31:56: error: use of undeclared type 'UnavailableProtocol' -open class UnavailableProtocolForward: JNIObjectForward, UnavailableProtocol { - ^~~~~~~~~~~~~~~~~ -java_swift/Sources/JNIObject.swift:23:11: error: use of undeclared type 'UnavailableProtocol' -extension UnavailableProtocol where Self: JNIObject { - ^~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:23:11: error: use of undeclared type 'UnavailableProtocol' -extension UnavailableProtocol where Self: JNIObject { - ^~~~~~~~~~~~~~~~~ -java_swift/Sources/JNIObject.swift:31:56: error: use of undeclared type 'UnavailableProtocol' -open class UnavailableProtocolForward: JNIObjectForward, UnavailableProtocol { - ^~~~~~~~~~~~~~~~~ -java_swift/Sources/JNIObject.swift:23:11: error: use of undeclared type 'UnavailableProtocol' -extension UnavailableProtocol where Self: JNIObject { - ^~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:23:11: error: use of undeclared type 'UnavailableProtocol' -extension UnavailableProtocol where Self: JNIObject { - ^~~~~~~~~~~~~~~~~ -java_swift/Sources/JNIObject.swift:31:56: error: use of undeclared type 'UnavailableProtocol' -open class UnavailableProtocolForward: JNIObjectForward, UnavailableProtocol { - ^~~~~~~~~~~~~~~~~ -java_swift/Sources/JNIObject.swift:23:11: error: use of undeclared type 'UnavailableProtocol' -extension UnavailableProtocol where Self: JNIObject { - ^~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:23:11: error: use of undeclared type 'UnavailableProtocol' -extension UnavailableProtocol where Self: JNIObject { - ^~~~~~~~~~~~~~~~~ -java_swift/Sources/JNIObject.swift:31:56: error: use of undeclared type 'UnavailableProtocol' -open class UnavailableProtocolForward: JNIObjectForward, UnavailableProtocol { - ^~~~~~~~~~~~~~~~~ -java_swift/Sources/JNIObject.swift:23:11: error: use of undeclared type 'UnavailableProtocol' -extension UnavailableProtocol where Self: JNIObject { - ^~~~~~~~~~~~~~~~~ -:0: error: input file 'JNIObject.swift' was modified during the build -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:31:56: error: use of undeclared type 'UnavailableProtocol' -open class UnavailableProtocolForward: JNIObjectForward, UnavailableProtocol { - ^~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:31:56: error: use of undeclared type 'UnavailableProtocol' -open class UnavailableProtocolForward: JNIObjectForward, UnavailableProtocol { - ^~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/ClassLoader.swift:481:109: error: use of undeclared type 'UnavailableProtocol' - open func getResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:493:112: error: use of undeclared type 'UnavailableProtocol' - open func getResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:518:110: error: use of undeclared type 'UnavailableProtocol' - open func findResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:530:113: error: use of undeclared type 'UnavailableProtocol' - open func findResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:550:121: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:562:124: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:133:75: error: use of undeclared type 'UnavailableProtocol' - open func insertParameterTypes( arg0: Int, arg1: /* java.util.List */ UnavailableProtocol? ) -> MethodType! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:143:81: error: use of undeclared type 'UnavailableProtocol' - open func insertParameterTypes( _ _arg0: Int, _ _arg1: /* java.util.List */ UnavailableProtocol? ) -> MethodType! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:204:74: error: use of undeclared type 'UnavailableProtocol' - open class func methodType( arg0: Class?, arg1: /* java.util.List */ UnavailableProtocol? ) -> MethodType! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:214:80: error: use of undeclared type 'UnavailableProtocol' - open class func methodType( _ _arg0: Class?, _ _arg1: /* java.util.List */ UnavailableProtocol? ) -> MethodType! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:311:64: error: use of undeclared type 'UnavailableProtocol' - open func appendParameterTypes( arg0: /* java.util.List */ UnavailableProtocol? ) -> MethodType! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:320:67: error: use of undeclared type 'UnavailableProtocol' - open func appendParameterTypes( _ _arg0: /* java.util.List */ UnavailableProtocol? ) -> MethodType! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:460:55: error: use of undeclared type 'UnavailableProtocol' - open func parameterList() -> /* java.util.List */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:138:68: error: use of undeclared type 'UnavailableProtocol' - open func invokeWithArguments( arguments: /* java.util.List */ UnavailableProtocol? ) throws /* java.lang.Throwable */ -> JavaObject! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:150:71: error: use of undeclared type 'UnavailableProtocol' - open func invokeWithArguments( _ _arguments: /* java.util.List */ UnavailableProtocol? ) throws /* java.lang.Throwable */ -> JavaObject! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:481:109: error: use of undeclared type 'UnavailableProtocol' - open func getResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:493:112: error: use of undeclared type 'UnavailableProtocol' - open func getResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:518:110: error: use of undeclared type 'UnavailableProtocol' - open func findResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:530:113: error: use of undeclared type 'UnavailableProtocol' - open func findResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:550:121: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:562:124: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:481:109: error: use of undeclared type 'UnavailableProtocol' - open func getResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:493:112: error: use of undeclared type 'UnavailableProtocol' - open func getResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:518:110: error: use of undeclared type 'UnavailableProtocol' - open func findResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:530:113: error: use of undeclared type 'UnavailableProtocol' - open func findResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:550:121: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:562:124: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:481:109: error: use of undeclared type 'UnavailableProtocol' - open func getResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:493:112: error: use of undeclared type 'UnavailableProtocol' - open func getResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:518:110: error: use of undeclared type 'UnavailableProtocol' - open func findResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:530:113: error: use of undeclared type 'UnavailableProtocol' - open func findResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:550:121: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:562:124: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:481:109: error: use of undeclared type 'UnavailableProtocol' - open func getResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:493:112: error: use of undeclared type 'UnavailableProtocol' - open func getResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:518:110: error: use of undeclared type 'UnavailableProtocol' - open func findResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:530:113: error: use of undeclared type 'UnavailableProtocol' - open func findResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:550:121: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:562:124: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:481:109: error: use of undeclared type 'UnavailableProtocol' - open func getResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:493:112: error: use of undeclared type 'UnavailableProtocol' - open func getResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:518:110: error: use of undeclared type 'UnavailableProtocol' - open func findResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:530:113: error: use of undeclared type 'UnavailableProtocol' - open func findResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:550:121: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:562:124: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/ClassLoader.swift:481:109: error: use of undeclared type 'UnavailableProtocol' - open func getResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:493:112: error: use of undeclared type 'UnavailableProtocol' - open func getResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:518:110: error: use of undeclared type 'UnavailableProtocol' - open func findResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:530:113: error: use of undeclared type 'UnavailableProtocol' - open func findResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:550:121: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:562:124: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:133:75: error: use of undeclared type 'UnavailableProtocol' - open func insertParameterTypes( arg0: Int, arg1: /* java.util.List */ UnavailableProtocol? ) -> MethodType! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:143:81: error: use of undeclared type 'UnavailableProtocol' - open func insertParameterTypes( _ _arg0: Int, _ _arg1: /* java.util.List */ UnavailableProtocol? ) -> MethodType! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:204:74: error: use of undeclared type 'UnavailableProtocol' - open class func methodType( arg0: Class?, arg1: /* java.util.List */ UnavailableProtocol? ) -> MethodType! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:214:80: error: use of undeclared type 'UnavailableProtocol' - open class func methodType( _ _arg0: Class?, _ _arg1: /* java.util.List */ UnavailableProtocol? ) -> MethodType! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:311:64: error: use of undeclared type 'UnavailableProtocol' - open func appendParameterTypes( arg0: /* java.util.List */ UnavailableProtocol? ) -> MethodType! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:320:67: error: use of undeclared type 'UnavailableProtocol' - open func appendParameterTypes( _ _arg0: /* java.util.List */ UnavailableProtocol? ) -> MethodType! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:460:55: error: use of undeclared type 'UnavailableProtocol' - open func parameterList() -> /* java.util.List */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:138:68: error: use of undeclared type 'UnavailableProtocol' - open func invokeWithArguments( arguments: /* java.util.List */ UnavailableProtocol? ) throws /* java.lang.Throwable */ -> JavaObject! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:150:71: error: use of undeclared type 'UnavailableProtocol' - open func invokeWithArguments( _ _arguments: /* java.util.List */ UnavailableProtocol? ) throws /* java.lang.Throwable */ -> JavaObject! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:481:109: error: use of undeclared type 'UnavailableProtocol' - open func getResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:493:112: error: use of undeclared type 'UnavailableProtocol' - open func getResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:518:110: error: use of undeclared type 'UnavailableProtocol' - open func findResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:530:113: error: use of undeclared type 'UnavailableProtocol' - open func findResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:550:121: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:562:124: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:481:109: error: use of undeclared type 'UnavailableProtocol' - open func getResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:493:112: error: use of undeclared type 'UnavailableProtocol' - open func getResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:518:110: error: use of undeclared type 'UnavailableProtocol' - open func findResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:530:113: error: use of undeclared type 'UnavailableProtocol' - open func findResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:550:121: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:562:124: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:481:109: error: use of undeclared type 'UnavailableProtocol' - open func getResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:493:112: error: use of undeclared type 'UnavailableProtocol' - open func getResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:518:110: error: use of undeclared type 'UnavailableProtocol' - open func findResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:530:113: error: use of undeclared type 'UnavailableProtocol' - open func findResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:550:121: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:562:124: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:481:109: error: use of undeclared type 'UnavailableProtocol' - open func getResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:493:112: error: use of undeclared type 'UnavailableProtocol' - open func getResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:518:110: error: use of undeclared type 'UnavailableProtocol' - open func findResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:530:113: error: use of undeclared type 'UnavailableProtocol' - open func findResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:550:121: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:562:124: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:481:109: error: use of undeclared type 'UnavailableProtocol' - open func getResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:493:112: error: use of undeclared type 'UnavailableProtocol' - open func getResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:518:110: error: use of undeclared type 'UnavailableProtocol' - open func findResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:530:113: error: use of undeclared type 'UnavailableProtocol' - open func findResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:550:121: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:562:124: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/ClassLoader.swift:481:109: error: use of undeclared type 'UnavailableProtocol' - open func getResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:493:112: error: use of undeclared type 'UnavailableProtocol' - open func getResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:518:110: error: use of undeclared type 'UnavailableProtocol' - open func findResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:530:113: error: use of undeclared type 'UnavailableProtocol' - open func findResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:550:121: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:562:124: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:133:75: error: use of undeclared type 'UnavailableProtocol' - open func insertParameterTypes( arg0: Int, arg1: /* java.util.List */ UnavailableProtocol? ) -> MethodType! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:143:81: error: use of undeclared type 'UnavailableProtocol' - open func insertParameterTypes( _ _arg0: Int, _ _arg1: /* java.util.List */ UnavailableProtocol? ) -> MethodType! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:204:74: error: use of undeclared type 'UnavailableProtocol' - open class func methodType( arg0: Class?, arg1: /* java.util.List */ UnavailableProtocol? ) -> MethodType! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:214:80: error: use of undeclared type 'UnavailableProtocol' - open class func methodType( _ _arg0: Class?, _ _arg1: /* java.util.List */ UnavailableProtocol? ) -> MethodType! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:311:64: error: use of undeclared type 'UnavailableProtocol' - open func appendParameterTypes( arg0: /* java.util.List */ UnavailableProtocol? ) -> MethodType! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:320:67: error: use of undeclared type 'UnavailableProtocol' - open func appendParameterTypes( _ _arg0: /* java.util.List */ UnavailableProtocol? ) -> MethodType! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:460:55: error: use of undeclared type 'UnavailableProtocol' - open func parameterList() -> /* java.util.List */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:138:68: error: use of undeclared type 'UnavailableProtocol' - open func invokeWithArguments( arguments: /* java.util.List */ UnavailableProtocol? ) throws /* java.lang.Throwable */ -> JavaObject! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:150:71: error: use of undeclared type 'UnavailableProtocol' - open func invokeWithArguments( _ _arguments: /* java.util.List */ UnavailableProtocol? ) throws /* java.lang.Throwable */ -> JavaObject! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:481:109: error: use of undeclared type 'UnavailableProtocol' - open func getResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:493:112: error: use of undeclared type 'UnavailableProtocol' - open func getResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:518:110: error: use of undeclared type 'UnavailableProtocol' - open func findResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:530:113: error: use of undeclared type 'UnavailableProtocol' - open func findResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:550:121: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:562:124: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:481:109: error: use of undeclared type 'UnavailableProtocol' - open func getResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:493:112: error: use of undeclared type 'UnavailableProtocol' - open func getResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:518:110: error: use of undeclared type 'UnavailableProtocol' - open func findResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:530:113: error: use of undeclared type 'UnavailableProtocol' - open func findResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:550:121: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:562:124: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:481:109: error: use of undeclared type 'UnavailableProtocol' - open func getResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:493:112: error: use of undeclared type 'UnavailableProtocol' - open func getResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:518:110: error: use of undeclared type 'UnavailableProtocol' - open func findResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:530:113: error: use of undeclared type 'UnavailableProtocol' - open func findResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:550:121: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:562:124: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:481:109: error: use of undeclared type 'UnavailableProtocol' - open func getResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:493:112: error: use of undeclared type 'UnavailableProtocol' - open func getResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:518:110: error: use of undeclared type 'UnavailableProtocol' - open func findResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:530:113: error: use of undeclared type 'UnavailableProtocol' - open func findResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:550:121: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:562:124: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:481:109: error: use of undeclared type 'UnavailableProtocol' - open func getResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:493:112: error: use of undeclared type 'UnavailableProtocol' - open func getResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:518:110: error: use of undeclared type 'UnavailableProtocol' - open func findResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:530:113: error: use of undeclared type 'UnavailableProtocol' - open func findResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:550:121: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -java_lang/Sources/ClassLoader.swift:562:124: error: use of undeclared type 'UnavailableProtocol' - open class func getSystemResources( _ _arg0: String? ) throws /* java.io.IOException */ -> /* java.util.Enumeration */ UnavailableProtocol! { - ^~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/MethodType.swift:137:36: error: value of type 'UnavailableProtocol' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:36: error: value of type 'UnavailableProtocol' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:36: error: value of type 'UnavailableProtocol' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:34: error: value of type 'UnavailableProtocol' has no member 'localJavaObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:41: error: value of type 'UnavailableProtocol' has no member 'localJavaObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:42: error: value of type 'UnavailableProtocol' has no member 'localJavaObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:42: error: value of type 'UnavailableProtocol' has no member 'localJavaObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:42: error: value of type 'UnavailableProtocol' has no member 'localJavaObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:34: error: value of type 'UnavailableProtocol' has no member 'localJavaObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:137:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:243:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:256:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:269:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:282:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:310:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:334:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:348:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:355:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ThreadInfo.swift:96:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MonitorInfo.swift:60:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MethodHandles.swift:407:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:44:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:141:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ThreadLocal.swift:108:42: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: supplier?.localJavaObject( &__locals ) ) - ~~~~~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ThreadInfo.swift:96:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MonitorInfo.swift:60:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MethodHandles.swift:211:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:44:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:141:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ThreadInfo.swift:96:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MonitorInfo.swift:60:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MethodHandles.swift:211:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:44:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:141:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ThreadLocal.swift:108:42: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: supplier?.localJavaObject( &__locals ) ) - ~~~~~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ThreadInfo.swift:96:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MonitorInfo.swift:60:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MethodHandles.swift:211:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:44:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:141:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ThreadLocal.swift:108:42: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: supplier?.localJavaObject( &__locals ) ) - ~~~~~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ThreadInfo.swift:96:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MonitorInfo.swift:60:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MethodHandles.swift:211:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:44:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:141:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ThreadLocal.swift:108:42: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: supplier?.localJavaObject( &__locals ) ) - ~~~~~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ThreadInfo.swift:96:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MonitorInfo.swift:60:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MethodHandles.swift:211:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:44:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:141:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ThreadLocal.swift:108:42: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: supplier?.localJavaObject( &__locals ) ) - ~~~~~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ThreadInfo.swift:96:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MonitorInfo.swift:60:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MethodHandles.swift:211:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:44:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:141:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ThreadLocal.swift:108:42: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: supplier?.localJavaObject( &__locals ) ) - ~~~~~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ThreadInfo.swift:96:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MonitorInfo.swift:60:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MethodHandles.swift:211:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:44:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:141:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ThreadLocal.swift:108:42: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: supplier?.localJavaObject( &__locals ) ) - ~~~~~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ThreadInfo.swift:96:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MonitorInfo.swift:60:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MethodHandles.swift:211:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:44:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:141:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ThreadInfo.swift:96:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MonitorInfo.swift:60:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MethodHandles.swift:211:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:44:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:141:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ThreadInfo.swift:96:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MonitorInfo.swift:60:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MethodHandles.swift:211:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:44:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:141:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ThreadLocal.swift:108:42: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: supplier?.localJavaObject( &__locals ) ) - ~~~~~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ThreadInfo.swift:96:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MonitorInfo.swift:60:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MethodHandles.swift:211:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:44:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:141:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ThreadInfo.swift:96:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MonitorInfo.swift:60:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MethodHandles.swift:211:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:44:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:141:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ThreadLocal.swift:108:42: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: supplier?.localJavaObject( &__locals ) ) - ~~~~~~~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ThreadInfo.swift:96:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MonitorInfo.swift:60:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MethodHandles.swift:211:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:44:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:141:41: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: command?.localJavaObject( &__locals ) ) - ~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:26:1: error: trailing 'where' clause for extension of non-generic type 'UnavailableProtocol' -extension UnavailableProtocol where Self: JNIObject { -^ ~~~~~~~~~~~~~~~~~~~~~ -java_swift/Sources/JNIObject.swift:28:17: error: declarations in extensions cannot override yet - public func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ -java_swift/Sources/JNIObject.swift:86:15: note: overridden declaration is here - open func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:26:1: error: trailing 'where' clause for extension of non-generic type 'UnavailableProtocol' -extension UnavailableProtocol where Self: JNIObject { -^ ~~~~~~~~~~~~~~~~~~~~~ -java_swift/Sources/JNIObject.swift:28:17: error: declarations in extensions cannot override yet - public func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ -java_swift/Sources/JNIObject.swift:86:15: note: overridden declaration is here - open func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ -java_swift/Sources/JNIObject.swift:26:1: error: trailing 'where' clause for extension of non-generic type 'UnavailableProtocol' -extension UnavailableProtocol where Self: JNIObject { -^ ~~~~~~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:243:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:256:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:269:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:282:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:334:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:355:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:243:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:256:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:269:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:282:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:334:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:355:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:243:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:256:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:269:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:282:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:334:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:355:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:243:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:256:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:269:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:282:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:334:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:355:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:42:56: error: multiple inheritance from classes 'JNIObjectForward' and 'UnavailableProtocol' -open class UnavailableProtocolForward: JNIObjectForward, UnavailableProtocol { - ~~~~~~~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:42:56: error: multiple inheritance from classes 'JNIObjectForward' and 'UnavailableProtocol' -open class UnavailableProtocolForward: JNIObjectForward, UnavailableProtocol { - ~~~~~~~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:243:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:256:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:269:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:282:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:334:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:355:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:243:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:256:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:269:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:282:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:334:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:355:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:243:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:256:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:269:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:282:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:334:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:355:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:243:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:256:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:269:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:282:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:334:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:355:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:243:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:256:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:269:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:282:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:334:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:355:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:243:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:256:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:269:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:282:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:334:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:355:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:243:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:256:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:269:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:282:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:334:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:355:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:243:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:256:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:269:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:282:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:334:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:355:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:243:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:256:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:269:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:282:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:334:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:355:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/Thread.swift:756:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:40:112: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1401:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/JavaString.swift:1416:116: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:160:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ProcessBuilder.swift:175:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/MethodType.swift:465:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/System.swift:361:66: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/System.swift:463:54: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ClassLoader.swift:490:62: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ClassLoader.swift:527:62: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ClassLoader.swift:559:62: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:243:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:256:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:269:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:282:69: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:334:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:355:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:371:54: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/Thread.swift:756:54: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/JavaString.swift:40:64: error: use of unresolved identifier 'UnavailableProtocolForward' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/JavaString.swift:1401:67: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/JavaString.swift:1416:67: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ProcessBuilder.swift:160:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ProcessBuilder.swift:175:54: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:465:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/System.swift:361:66: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/System.swift:463:54: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ClassLoader.swift:490:62: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ClassLoader.swift:527:62: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ClassLoader.swift:559:62: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:243:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:256:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:269:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:282:69: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:334:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:355:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:371:54: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/Thread.swift:756:54: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/JavaString.swift:40:64: error: use of unresolved identifier 'UnavailableProtocolForward' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/JavaString.swift:1401:67: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/JavaString.swift:1416:67: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ProcessBuilder.swift:160:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ProcessBuilder.swift:175:54: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:465:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/System.swift:361:66: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/System.swift:463:54: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ClassLoader.swift:490:62: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ClassLoader.swift:527:62: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ClassLoader.swift:559:62: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:243:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:256:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:269:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:282:69: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:334:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:355:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:371:54: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/Thread.swift:756:54: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/JavaString.swift:40:64: error: use of unresolved identifier 'UnavailableProtocolForward' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/JavaString.swift:1401:67: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/JavaString.swift:1416:67: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ProcessBuilder.swift:160:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ProcessBuilder.swift:175:54: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:465:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/System.swift:361:66: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/System.swift:463:54: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ClassLoader.swift:490:62: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ClassLoader.swift:527:62: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ClassLoader.swift:559:62: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:243:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:256:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:269:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:282:69: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:334:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:355:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ManagementFactory.swift:371:54: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/Thread.swift:756:54: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/JavaString.swift:40:64: error: use of unresolved identifier 'UnavailableProtocolForward' - return __value != nil ? /* java.util.Comparator */ UnavailableProtocolForward( javaObject: __value ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/JavaString.swift:1401:67: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/JavaString.swift:1416:67: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.stream.IntStream */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ProcessBuilder.swift:160:55: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -java_lang/Sources/ProcessBuilder.swift:175:54: error: use of unresolved identifier 'UnavailableProtocolForward' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ^~~~~~~~~~~~~~~~~~~~~~~~ -java_swift.UnavailableProtocolForwardType:1:12: note: did you mean 'UnavailableProtocolForwardType'? -open class UnavailableProtocolForwardType : java_swift.JNIObjectForward, UnavailableProtocolType { - ^ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -java_util/Sources/EventObject.swift:12:74: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class EventObject: java_lang.JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~~~~~~~~~~~ ^ -java_util/Sources/ConcurrentLinkedQueue.swift:12:77: error: multiple inheritance from classes 'AbstractQueue' and 'UnavailableProtocol' -open class ConcurrentLinkedQueue: AbstractQueue, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~~~~ ^ -java_util/Sources/EventObject.swift:12:74: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class EventObject: java_lang.JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~~~~~~~~~~~ ^ -java_util/Sources/AtomicBoolean.swift:12:76: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class AtomicBoolean: java_lang.JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~~~~~~~~~~~ ^ -java_util/Sources/EventObject.swift:12:74: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class EventObject: java_lang.JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~~~~~~~~~~~ ^ -java_util/Sources/EventObject.swift:12:74: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class EventObject: java_lang.JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~~~~~~~~~~~ ^ -java_util/Sources/EventObject.swift:12:74: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class EventObject: java_lang.JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~~~~~~~~~~~ ^ -java_util/Sources/EventObject.swift:12:74: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class EventObject: java_lang.JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_util/Sources/EventObject.swift:12:74: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class EventObject: java_lang.JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~~~~~~~~~~~ ^ -java_util/Sources/ConcurrentLinkedQueue.swift:12:77: error: multiple inheritance from classes 'AbstractQueue' and 'UnavailableProtocol' -open class ConcurrentLinkedQueue: AbstractQueue, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~~~~ ^ -java_util/Sources/EventObject.swift:12:74: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class EventObject: java_lang.JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~~~~~~~~~~~ ^ -java_util/Sources/AtomicBoolean.swift:12:76: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class AtomicBoolean: java_lang.JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~~~~~~~~~~~ ^ -java_util/Sources/EventObject.swift:12:74: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class EventObject: java_lang.JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~~~~~~~~~~~ ^ -java_util/Sources/EventObject.swift:12:74: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class EventObject: java_lang.JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~~~~~~~~~~~ ^ -java_util/Sources/ForkJoinTask.swift:12:83: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class ForkJoinTask: java_lang.JavaObject, Future, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~~~~~~~~~~~ ^ -java_util/Sources/EventObject.swift:12:74: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class EventObject: java_lang.JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:147:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:100:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:116:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:131:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:309:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:790:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:56: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ^~ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:36: error: value of type 'Iterable' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:44:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:64:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:147:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:100:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:116:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:131:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:309:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:790:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:56: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ^~ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:36: error: value of type 'Iterable' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:44:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:64:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:147:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:100:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:116:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:131:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:309:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:790:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:56: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ^~ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:36: error: value of type 'Iterable' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:44:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:64:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:147:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:100:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:116:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:131:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:309:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:790:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:56: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ^~ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:36: error: value of type 'Iterable' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:44:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:64:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:147:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:100:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:116:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:131:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:309:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:790:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:56: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ^~ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:36: error: value of type 'Iterable' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:44:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:64:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:147:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:100:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:116:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:131:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:309:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:790:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:56: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ^~ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:36: error: value of type 'Iterable' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:44:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:64:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:147:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:100:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:116:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:131:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:309:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:790:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:56: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ^~ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:36: error: value of type 'Iterable' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:44:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:64:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:147:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:100:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:116:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:131:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:309:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:790:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:56: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ^~ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:36: error: value of type 'Iterable' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:44:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:64:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:147:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:100:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:116:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:131:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:309:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:790:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:56: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ^~ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:36: error: value of type 'Iterable' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:44:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:64:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:147:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:100:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:116:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:131:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:309:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:790:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:56: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ^~ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:36: error: value of type 'Iterable' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:44:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:64:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:147:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:100:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:116:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:131:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:309:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:790:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:56: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ^~ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:36: error: value of type 'Iterable' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:44:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:64:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:147:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:100:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:116:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:131:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:309:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:790:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:56: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ^~ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:36: error: value of type 'Iterable' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:44:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:64:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:147:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:100:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:116:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:131:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:309:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:790:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:56: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ^~ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:36: error: value of type 'Iterable' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:44:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:64:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:147:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:100:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:116:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:131:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:309:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:790:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:56: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ^~ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:36: error: value of type 'Iterable' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:44:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:64:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:147:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:100:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:116:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:131:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:309:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:790:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:56: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ^~ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:36: error: value of type 'Iterable' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:44:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:64:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:147:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:100:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:116:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:131:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:309:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:790:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:56: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ^~ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:36: error: value of type 'Iterable' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:44:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:64:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:147:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:100:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:116:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:131:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:309:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:32: error: expected '{' in protocol type -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: statement cannot begin with a closure expression -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: note: explicitly discard the result of the closure by assigning to '_' -public protocol Instrumentation, JavaProtocol { - ^ - _ = -java_lang/Sources/Instrumentation.swift:11:47: error: expressions are not allowed at the top level -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/Instrumentation.swift:11:47: error: braced block of statements is an unused closure -public protocol Instrumentation, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:33: error: expected '{' in protocol type -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: statement cannot begin with a closure expression -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol MethodHandleInfo, JavaProtocol { - ^ - _ = -java_lang/Sources/MethodHandleInfo.swift:15:12: error: static properties may only be declared on a type - static var REF_getField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:15:40: error: expected '{' to start getter definition - static var REF_getField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:19:12: error: static properties may only be declared on a type - static var REF_getStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:19:41: error: expected '{' to start getter definition - static var REF_getStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:23:12: error: static properties may only be declared on a type - static var REF_putField: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:23:40: error: expected '{' to start getter definition - static var REF_putField: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:27:12: error: static properties may only be declared on a type - static var REF_putStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:27:41: error: expected '{' to start getter definition - static var REF_putStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:31:12: error: static properties may only be declared on a type - static var REF_invokeVirtual: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:31:45: error: expected '{' to start getter definition - static var REF_invokeVirtual: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:35:12: error: static properties may only be declared on a type - static var REF_invokeStatic: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:35:44: error: expected '{' to start getter definition - static var REF_invokeStatic: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:39:12: error: static properties may only be declared on a type - static var REF_invokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:39:45: error: expected '{' to start getter definition - static var REF_invokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:43:12: error: static properties may only be declared on a type - static var REF_newInvokeSpecial: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:43:48: error: expected '{' to start getter definition - static var REF_newInvokeSpecial: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:47:12: error: static properties may only be declared on a type - static var REF_invokeInterface: Int { get } - ~~~~~~~^ - -java_lang/Sources/MethodHandleInfo.swift:47:47: error: expected '{' to start getter definition - static var REF_invokeInterface: Int { get } - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: expressions are not allowed at the top level -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/MethodHandleInfo.swift:11:48: error: braced block of statements is an unused closure -public protocol MethodHandleInfo, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:23: error: expected '{' in protocol type -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: statement cannot begin with a closure expression -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: note: explicitly discard the result of the closure by assigning to '_' -public protocol Member, JavaProtocol { - ^ - _ = -java_lang/Sources/Member.swift:15:12: error: static properties may only be declared on a type - static var PUBLIC: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:15:34: error: expected '{' to start getter definition - static var PUBLIC: Int { get } - ^ -java_lang/Sources/Member.swift:19:12: error: static properties may only be declared on a type - static var DECLARED: Int { get } - ~~~~~~~^ - -java_lang/Sources/Member.swift:19:36: error: expected '{' to start getter definition - static var DECLARED: Int { get } - ^ -java_lang/Sources/Member.swift:11:38: error: expressions are not allowed at the top level -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Member.swift:11:38: error: braced block of statements is an unused closure -public protocol Member, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:26: error: expected '{' in protocol type -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: statement cannot begin with a closure expression -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: note: explicitly discard the result of the closure by assigning to '_' -public protocol Cloneable, JavaProtocol { - ^ - _ = -java_lang/Sources/Cloneable.swift:11:41: error: expressions are not allowed at the top level -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Cloneable.swift:11:41: error: braced block of statements is an unused closure -public protocol Cloneable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:25: error: expected '{' in protocol type -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Readable, JavaProtocol { - ^ - _ = -java_lang/Sources/Readable.swift:11:40: error: expressions are not allowed at the top level -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Readable.swift:11:40: error: braced block of statements is an unused closure -public protocol Readable, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:21: error: expected '{' in protocol type -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: statement cannot begin with a closure expression -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: note: explicitly discard the result of the closure by assigning to '_' -public protocol Type, JavaProtocol { - ^ - _ = -java_lang/Sources/Type.swift:11:36: error: expressions are not allowed at the top level -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Type.swift:11:36: error: braced block of statements is an unused closure -public protocol Type, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:25: error: expected '{' in protocol type -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Runnable, JavaProtocol { - ^ - _ = -java_lang/Sources/Runnable.swift:11:40: error: expressions are not allowed at the top level -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/Runnable.swift:11:40: error: braced block of statements is an unused closure -public protocol Runnable, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:33: error: expected '{' in protocol type -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: statement cannot begin with a closure expression -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: note: explicitly discard the result of the closure by assigning to '_' -public protocol AnnotatedElement, JavaProtocol { - ^ - _ = -java_lang/Sources/AnnotatedElement.swift:11:48: error: expressions are not allowed at the top level -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/AnnotatedElement.swift:11:48: error: braced block of statements is an unused closure -public protocol AnnotatedElement, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:25: error: expected '{' in protocol type -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: statement cannot begin with a closure expression -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: note: explicitly discard the result of the closure by assigning to '_' -public protocol Iterable, JavaProtocol { - ^ - _ = -java_lang/Sources/Iterable.swift:11:40: error: expressions are not allowed at the top level -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/Iterable.swift:11:40: error: braced block of statements is an unused closure -public protocol Iterable, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:38: error: expected '{' in protocol type -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: statement cannot begin with a closure expression -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: note: explicitly discard the result of the closure by assigning to '_' -public protocol PlatformManagedObject, JavaProtocol { - ^ - _ = -java_lang/Sources/PlatformManagedObject.swift:11:53: error: expressions are not allowed at the top level -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/PlatformManagedObject.swift:11:53: error: braced block of statements is an unused closure -public protocol PlatformManagedObject, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:29: error: expected '{' in protocol type -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: statement cannot begin with a closure expression -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: note: explicitly discard the result of the closure by assigning to '_' -public protocol CharSequence, JavaProtocol { - ^ - _ = -java_lang/Sources/CharSequence.swift:11:44: error: expressions are not allowed at the top level -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/CharSequence.swift:11:44: error: braced block of statements is an unused closure -public protocol CharSequence, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:27: error: expected '{' in protocol type -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: statement cannot begin with a closure expression -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Annotation, JavaProtocol { - ^ - _ = -java_lang/Sources/Annotation.swift:11:42: error: expressions are not allowed at the top level -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/Annotation.swift:11:42: error: braced block of statements is an unused closure -public protocol Annotation, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:37: error: expected '{' in protocol type -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: statement cannot begin with a closure expression -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: note: explicitly discard the result of the closure by assigning to '_' -public protocol ClassFileTransformer, JavaProtocol { - ^ - _ = -java_lang/Sources/ClassFileTransformer.swift:11:52: error: expressions are not allowed at the top level -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/ClassFileTransformer.swift:11:52: error: braced block of statements is an unused closure -public protocol ClassFileTransformer, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:31: error: expected '{' in protocol type -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: statement cannot begin with a closure expression -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: note: explicitly discard the result of the closure by assigning to '_' -public protocol JavaComparable, JavaProtocol { - ^ - _ = -java_lang/Sources/JavaComparable.swift:11:46: error: expressions are not allowed at the top level -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/JavaComparable.swift:11:46: error: braced block of statements is an unused closure -public protocol JavaComparable, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:34: error: expected '{' in protocol type -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: statement cannot begin with a closure expression -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: note: explicitly discard the result of the closure by assigning to '_' -public protocol InvocationHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/InvocationHandler.swift:11:49: error: expressions are not allowed at the top level -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/InvocationHandler.swift:11:49: error: braced block of statements is an unused closure -public protocol InvocationHandler, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:30: error: expected '{' in protocol type -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: statement cannot begin with a closure expression -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: note: explicitly discard the result of the closure by assigning to '_' -public protocol AutoCloseable, JavaProtocol { - ^ - _ = -java_lang/Sources/AutoCloseable.swift:11:45: error: expressions are not allowed at the top level -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/AutoCloseable.swift:11:45: error: braced block of statements is an unused closure -public protocol AutoCloseable, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:48: error: expected '{' in protocol type -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: statement cannot begin with a closure expression -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: note: explicitly discard the result of the closure by assigning to '_' -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ - _ = -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: expressions are not allowed at the top level -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:63: error: braced block of statements is an unused closure -public protocol Thread_UncaughtExceptionHandler, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:27: error: expected '{' in protocol type -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: statement cannot begin with a closure expression -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: note: explicitly discard the result of the closure by assigning to '_' -public protocol Appendable, JavaProtocol { - ^ - _ = -java_lang/Sources/Appendable.swift:26:10: error: declaration conflicts with previous value - func append( _ _c: UInt16 ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:16:10: note: previous declaration of 'append' is here - func append( _ _csq: CharSequence? ) throws /* java.io.IOException */ -> Appendable! - ^ -java_lang/Sources/Appendable.swift:11:42: error: expressions are not allowed at the top level -public protocol Appendable, JavaProtocol { - ^ -java_lang/Sources/Appendable.swift:11:42: error: braced block of statements is an unused closure -public protocol Appendable, JavaProtocol { - ^ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:121:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:22:17: error: non-class type 'UnavailableProtocolType' cannot inherit from class 'JNIObjectForward' -public protocol UnavailableProtocolType: JNIObjectForward { - ^ ~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:22:17: error: non-class type 'UnavailableProtocolType' cannot inherit from class 'JNIObjectForward' -public protocol UnavailableProtocolType: JNIObjectForward { - ^ ~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:22:17: error: non-class type 'UnavailableProtocolType' cannot inherit from class 'JNIObjectForward' -public protocol UnavailableProtocolType: JNIObjectForward { - ^ ~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:33:1: error: trailing 'where' clause for extension of non-generic type 'UnavailableProtocolType' -extension UnavailableProtocolType where Self: JNIObject { -^ ~~~~~~~~~~~~~~~~~~~~~ -java_swift/Sources/JNIObject.swift:35:17: error: overriding instance method must be as accessible as the declaration it overrides - public func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ~~~~~~ ^ - open -java_swift/Sources/JNIObject.swift:85:15: note: overridden declaration is here - open func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ -java_swift/Sources/JNIObject.swift:35:17: error: declarations in extensions cannot override yet - public func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ -java_swift/Sources/JNIObject.swift:85:15: note: overridden declaration is here - open func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ -java_swift/Sources/JNIObject.swift:33:1: error: trailing 'where' clause for extension of non-generic type 'UnavailableProtocolType' -extension UnavailableProtocolType where Self: JNIObject { -^ ~~~~~~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:33:1: error: trailing 'where' clause for extension of non-generic type 'UnavailableProtocolType' -extension UnavailableProtocolType where Self: JNIObject { -^ ~~~~~~~~~~~~~~~~~~~~~ -java_swift/Sources/JNIObject.swift:35:17: error: overriding instance method must be as accessible as the declaration it overrides - public func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ~~~~~~ ^ - open -java_swift/Sources/JNIObject.swift:85:15: note: overridden declaration is here - open func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ -java_swift/Sources/JNIObject.swift:35:17: error: declarations in extensions cannot override yet - public func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ -java_swift/Sources/JNIObject.swift:85:15: note: overridden declaration is here - open func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ -java_swift/Sources/JNIObject.swift:33:1: error: trailing 'where' clause for extension of non-generic type 'UnavailableProtocolType' -extension UnavailableProtocolType where Self: JNIObject { -^ ~~~~~~~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:33:1: error: trailing 'where' clause for extension of non-generic type 'UnavailableProtocolType' -extension UnavailableProtocolType where Self: JNIObject { -^ ~~~~~~~~~~~~~~~~~~~~~ -java_swift/Sources/JNIObject.swift:35:17: error: overriding instance method must be as accessible as the declaration it overrides - public func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ~~~~~~ ^ - open -java_swift/Sources/JNIObject.swift:85:15: note: overridden declaration is here - open func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ -java_swift/Sources/JNIObject.swift:35:17: error: declarations in extensions cannot override yet - public func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ -java_swift/Sources/JNIObject.swift:85:15: note: overridden declaration is here - open func localJavaObject( _ locals: UnsafeMutablePointer<[jobject]> ) -> jobject? { - ^ -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/MethodType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:154:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:171:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:188:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:189:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:190:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:225:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:226:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:261:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:262:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:297:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/MethodType.swift:491:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:80:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Proxy.swift:146:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/System.swift:361:115: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.nio.channels.Channel */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/System.swift:463:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Map */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ThreadGroup.swift:56:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/ThreadGroup.swift:101:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/ThreadGroup.swift:250:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/ThreadGroup.swift:267:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/ThreadGroup.swift:283:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/ThreadGroup.swift:304:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/ThreadGroup.swift:379:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Integer.swift:305:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: anotherInteger, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Integer.swift:696:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: val, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Instrumentation.swift:159:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: classes, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Instrumentation.swift:207:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: theClass, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Package.swift:99:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Package.swift:116:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Package.swift:132:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Package.swift:160:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Package.swift:177:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandleInfo.swift:204:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: defc, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandleInfo.swift:312:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: expected, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:102:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:127:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:149:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:213:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:215:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:243:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:264:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:267:21: error: ambiguous use of 'encode(value:locals:)' - __args[3] = JNIType.encode( value: arg3, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:309:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:311:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:331:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:333:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:353:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:355:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: arg2, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:375:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:397:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:398:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: arg1, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:418:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:438:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandles_Lookup.swift:460:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandleProxies.swift:42:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/SerializedLambda.swift:54:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: capturingClass, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/JavaDouble.swift:346:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: anotherDouble, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/ClassLoader.swift:186:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/ClassLoader.swift:424:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/ClassLoader.swift:490:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:527:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassLoader.swift:559:111: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Enumeration */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ClassDefinition.swift:36:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: theClass, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AnnotatedType.swift:46:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AnnotatedType.swift:63:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AnnotatedType.swift:79:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AnnotatedType.swift:107:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AnnotatedType.swift:124:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/LockInfo.swift:70:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ClassValue.swift:60:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: type, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/ClassValue.swift:75:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: type, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/ClassValue.swift:106:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: type, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Short.swift:198:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: anotherShort, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandle.swift:141:43: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arguments?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodHandle.swift:182:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arrayType, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandle.swift:204:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arrayType, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MethodHandle.swift:224:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arrayType, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Parameter.swift:90:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Parameter.swift:107:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Parameter.swift:135:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Parameter.swift:152:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Parameter.swift:274:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/SecurityManager.swift:104:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/SecurityManager.swift:318:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/SecurityManager.swift:333:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/ManagementFactory.swift:137:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: mxbeanInterface, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/ManagementFactory.swift:154:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:155:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: mxbeanInterface, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/ManagementFactory.swift:175:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: mxbeanInterface, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/ManagementFactory.swift:178:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:192:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:193:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: mxbeanInterface, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/ManagementFactory.swift:199:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:215:103: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.Set */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:226:44: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: connection?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/ManagementFactory.swift:228:21: error: ambiguous use of 'encode(value:locals:)' - __args[2] = JNIType.encode( value: mxbeanInterface, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/ManagementFactory.swift:332:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:345:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:358:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/ManagementFactory.swift:371:118: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* javax.management.MBeanServer */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/AccessibleObject.swift:52:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AccessibleObject.swift:69:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AccessibleObject.swift:85:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AccessibleObject.swift:113:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AccessibleObject.swift:130:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AccessibleObject.swift:160:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:4:24: note: found this candidate - public static func encode(value: [java_swift.JNIObject]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:9:24: note: found this candidate - public static func encode(value: [JavaProtocol]?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:58:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:75:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:91:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:136:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/MemoryUsage.swift:64:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MemoryNotificationInfo.swift:81:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/Boolean.swift:155:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: b, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Array.swift:236:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: componentType, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Array.swift:257:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: componentType, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/ThreadInfo.swift:96:36: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: cd?.localJavaObject( &__locals ) ) - ~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/AnnotatedTypeVariable.swift:58:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:75:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:91:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:119:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:136:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: arg0, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Byte.swift:182:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: anotherByte, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/AnnotationTypeMismatchException.swift:68:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: element, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Long.swift:313:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: anotherLong, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Long.swift:330:21: error: ambiguous use of 'encode(value:locals:)' - __args[1] = JNIType.encode( value: val, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Enum.swift:129:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: o, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_lang/Sources/Enum.swift:145:21: error: ambiguous use of 'encode(value:locals:)' - __args[0] = JNIType.encode( value: enumType, locals: &__locals ) - ^ -java_swift.JNIType:2:24: note: found this candidate - public static func encode(value: java_swift.JNIObject?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -java_swift.JNIType:8:24: note: found this candidate - public static func encode(value: JavaProtocol?, locals: UnsafeMutablePointer<[jobject]>) -> jvalue - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:137:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:208:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:314:38: error: 'UnavailableProtocol' is not a subtype of 'JNIObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~~~^~~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:465:104: error: result values in '? :' expression have mismatching types 'UnavailableProtocolForward' and '_' - return __return != nil ? /* java.util.List */ UnavailableProtocolForward( javaObject: __return ) : nil - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocolType, GenericDeclarationType, TypeType { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocolType' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocolType { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/Runnable.swift:11:27: error: use of undeclared type 'JavaProtocolType' -public protocol Runnable: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:11:36: error: use of undeclared type 'JavaProtocolType' -public protocol InvocationHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:50: error: use of undeclared type 'JavaProtocolType' -public protocol Thread_UncaughtExceptionHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Annotation.swift:11:29: error: use of undeclared type 'JavaProtocolType' -public protocol Annotation: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Runnable.swift:11:27: error: use of undeclared type 'JavaProtocolType' -public protocol Runnable: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:11:36: error: use of undeclared type 'JavaProtocolType' -public protocol InvocationHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:50: error: use of undeclared type 'JavaProtocolType' -public protocol Thread_UncaughtExceptionHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Annotation.swift:11:29: error: use of undeclared type 'JavaProtocolType' -public protocol Annotation: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Runnable.swift:11:27: error: use of undeclared type 'JavaProtocolType' -public protocol Runnable: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:11:36: error: use of undeclared type 'JavaProtocolType' -public protocol InvocationHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:50: error: use of undeclared type 'JavaProtocolType' -public protocol Thread_UncaughtExceptionHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Runnable.swift:11:27: error: use of undeclared type 'JavaProtocolType' -public protocol Runnable: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:11:36: error: use of undeclared type 'JavaProtocolType' -public protocol InvocationHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:50: error: use of undeclared type 'JavaProtocolType' -public protocol Thread_UncaughtExceptionHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Runnable.swift:11:27: error: use of undeclared type 'JavaProtocolType' -public protocol Runnable: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:11:36: error: use of undeclared type 'JavaProtocolType' -public protocol InvocationHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:50: error: use of undeclared type 'JavaProtocolType' -public protocol Thread_UncaughtExceptionHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Runnable.swift:11:27: error: use of undeclared type 'JavaProtocolType' -public protocol Runnable: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:11:36: error: use of undeclared type 'JavaProtocolType' -public protocol InvocationHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:50: error: use of undeclared type 'JavaProtocolType' -public protocol Thread_UncaughtExceptionHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Annotation.swift:11:29: error: use of undeclared type 'JavaProtocolType' -public protocol Annotation: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Runnable.swift:11:27: error: use of undeclared type 'JavaProtocolType' -public protocol Runnable: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:11:36: error: use of undeclared type 'JavaProtocolType' -public protocol InvocationHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:50: error: use of undeclared type 'JavaProtocolType' -public protocol Thread_UncaughtExceptionHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Runnable.swift:11:27: error: use of undeclared type 'JavaProtocolType' -public protocol Runnable: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:11:36: error: use of undeclared type 'JavaProtocolType' -public protocol InvocationHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:50: error: use of undeclared type 'JavaProtocolType' -public protocol Thread_UncaughtExceptionHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Runnable.swift:11:27: error: use of undeclared type 'JavaProtocolType' -public protocol Runnable: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:11:36: error: use of undeclared type 'JavaProtocolType' -public protocol InvocationHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:50: error: use of undeclared type 'JavaProtocolType' -public protocol Thread_UncaughtExceptionHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Annotation.swift:11:29: error: use of undeclared type 'JavaProtocolType' -public protocol Annotation: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Runnable.swift:11:27: error: use of undeclared type 'JavaProtocolType' -public protocol Runnable: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:11:36: error: use of undeclared type 'JavaProtocolType' -public protocol InvocationHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:50: error: use of undeclared type 'JavaProtocolType' -public protocol Thread_UncaughtExceptionHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Annotation.swift:11:29: error: use of undeclared type 'JavaProtocolType' -public protocol Annotation: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Runnable.swift:11:27: error: use of undeclared type 'JavaProtocolType' -public protocol Runnable: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:11:36: error: use of undeclared type 'JavaProtocolType' -public protocol InvocationHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:50: error: use of undeclared type 'JavaProtocolType' -public protocol Thread_UncaughtExceptionHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Runnable.swift:11:27: error: use of undeclared type 'JavaProtocolType' -public protocol Runnable: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:11:36: error: use of undeclared type 'JavaProtocolType' -public protocol InvocationHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:50: error: use of undeclared type 'JavaProtocolType' -public protocol Thread_UncaughtExceptionHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Runnable.swift:11:27: error: use of undeclared type 'JavaProtocolType' -public protocol Runnable: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:11:36: error: use of undeclared type 'JavaProtocolType' -public protocol InvocationHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:50: error: use of undeclared type 'JavaProtocolType' -public protocol Thread_UncaughtExceptionHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Runnable.swift:11:27: error: use of undeclared type 'JavaProtocolType' -public protocol Runnable: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:11:36: error: use of undeclared type 'JavaProtocolType' -public protocol InvocationHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:50: error: use of undeclared type 'JavaProtocolType' -public protocol Thread_UncaughtExceptionHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Annotation.swift:11:29: error: use of undeclared type 'JavaProtocolType' -public protocol Annotation: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Runnable.swift:11:27: error: use of undeclared type 'JavaProtocolType' -public protocol Runnable: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:11:36: error: use of undeclared type 'JavaProtocolType' -public protocol InvocationHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:50: error: use of undeclared type 'JavaProtocolType' -public protocol Thread_UncaughtExceptionHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Runnable.swift:11:27: error: use of undeclared type 'JavaProtocolType' -public protocol Runnable: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/InvocationHandler.swift:11:36: error: use of undeclared type 'JavaProtocolType' -public protocol InvocationHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:11:50: error: use of undeclared type 'JavaProtocolType' -public protocol Thread_UncaughtExceptionHandler: JavaProtocolType { - ^~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Proxy.swift:43:48: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - let __value = jvalue( l: newValue?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:59:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Proxy.swift:100:38: error: type 'InvocationHandler' does not conform to protocol 'AnyObject' - __args[2] = jvalue( l: arg2?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Instrumentation.swift:100:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:116:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:131:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Instrumentation.swift:309:43: error: value of type 'ClassFileTransformer' has no member 'localJavaObject' - __args[0] = jvalue( l: transformer?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuilder.swift:38:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/StringBuffer.swift:42:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Thread.swift:125:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:155:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:173:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:227:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:245:38: error: type 'Runnable' does not conform to protocol 'AnyObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:800:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Thread.swift:841:38: error: type 'Thread_UncaughtExceptionHandler' does not conform to protocol 'AnyObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ^ -java_lang/Sources/Character.swift:1027:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1061:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1114:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Character.swift:1152:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: seq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:790:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1086:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1087:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1119:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1202:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1203:56: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[1] = JNIType.encode( value: arg1?.map { $0.localJavaObject( &__locals ) }, locals: &__locals ) - ^~ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1219:36: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: arg0?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/JavaString.swift:1220:36: error: value of type 'Iterable' has no member 'localJavaObject' - __args[1] = jvalue( l: arg1?.localJavaObject( &__locals ) ) - ~~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:44:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -java_lang/Sources/Appendable.swift:64:35: error: value of type 'CharSequence' has no member 'localJavaObject' - __args[0] = jvalue( l: csq?.localJavaObject( &__locals ) ) - ~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -java_util/Sources/ConcurrentLinkedQueue.swift:59:33: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: c?.localJavaObject( &__locals ) ) - ~^ ~~~~~~~~~~~~~~~ -java_util/Sources/AbstractExecutorService.swift:47:37: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: tasks?.localJavaObject( &__locals ) ) - ~~~~~^ ~~~~~~~~~~~~~~~ -java_util/Sources/AbstractExecutorService.swift:67:37: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: tasks?.localJavaObject( &__locals ) ) - ~~~~~^ ~~~~~~~~~~~~~~~ -java_util/Sources/AbstractExecutorService.swift:178:37: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: tasks?.localJavaObject( &__locals ) ) - ~~~~~^ ~~~~~~~~~~~~~~~ -java_util/Sources/AbstractExecutorService.swift:200:37: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: tasks?.localJavaObject( &__locals ) ) - ~~~~~^ ~~~~~~~~~~~~~~~ -java_util/Sources/Spliterators.swift:121:33: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: c?.localJavaObject( &__locals ) ) - ~^ ~~~~~~~~~~~~~~~ -java_util/Sources/AtomicReference.swift:166:46: error: value of type 'UnaryOperator' has no member 'localJavaObject' - __args[0] = jvalue( l: updateFunction?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_util/Sources/AtomicReference.swift:183:46: error: value of type 'UnaryOperator' has no member 'localJavaObject' - __args[0] = jvalue( l: updateFunction?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_util/Sources/AtomicReference.swift:201:51: error: value of type 'BinaryOperator' has no member 'localJavaObject' - __args[1] = jvalue( l: accumulatorFunction?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_util/Sources/AtomicReference.swift:219:51: error: value of type 'BinaryOperator' has no member 'localJavaObject' - __args[1] = jvalue( l: accumulatorFunction?.localJavaObject( &__locals ) ) - ~~~~~~~~~~~~~~~~~~~^ ~~~~~~~~~~~~~~~ -java_util/Sources/DelayQueue.swift:55:33: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: c?.localJavaObject( &__locals ) ) - ~^ ~~~~~~~~~~~~~~~ -java_util/Sources/DelayQueue.swift:74:33: error: value of type 'Delayed' has no member 'localJavaObject' - __args[0] = jvalue( l: e?.localJavaObject( &__locals ) ) - ~^ ~~~~~~~~~~~~~~~ -java_util/Sources/DelayQueue.swift:110:33: error: value of type 'Delayed' has no member 'localJavaObject' - __args[0] = jvalue( l: e?.localJavaObject( &__locals ) ) - ~^ ~~~~~~~~~~~~~~~ -java_util/Sources/DelayQueue.swift:196:33: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: c?.localJavaObject( &__locals ) ) - ~^ ~~~~~~~~~~~~~~~ -java_util/Sources/DelayQueue.swift:213:33: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: c?.localJavaObject( &__locals ) ) - ~^ ~~~~~~~~~~~~~~~ -java_util/Sources/DelayQueue.swift:250:33: error: value of type 'Delayed' has no member 'localJavaObject' - __args[0] = jvalue( l: e?.localJavaObject( &__locals ) ) - ~^ ~~~~~~~~~~~~~~~ -java_util/Sources/DelayQueue.swift:270:33: error: value of type 'Delayed' has no member 'localJavaObject' - __args[0] = jvalue( l: e?.localJavaObject( &__locals ) ) - ~^ ~~~~~~~~~~~~~~~ -java_util/Sources/ArrayList.swift:66:33: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: c?.localJavaObject( &__locals ) ) - ~^ ~~~~~~~~~~~~~~~ -java_util/Sources/TreeSet.swift:41:33: error: value of type 'SortedSet' has no member 'localJavaObject' - __args[0] = jvalue( l: s?.localJavaObject( &__locals ) ) - ~^ ~~~~~~~~~~~~~~~ -java_util/Sources/TreeSet.swift:58:33: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: c?.localJavaObject( &__locals ) ) - ~^ ~~~~~~~~~~~~~~~ -java_util/Sources/ExecutorService.swift:97:37: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: tasks?.localJavaObject( &__locals ) ) - ~~~~~^ ~~~~~~~~~~~~~~~ -java_util/Sources/ExecutorService.swift:117:37: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: tasks?.localJavaObject( &__locals ) ) - ~~~~~^ ~~~~~~~~~~~~~~~ -java_util/Sources/ExecutorService.swift:248:37: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: tasks?.localJavaObject( &__locals ) ) - ~~~~~^ ~~~~~~~~~~~~~~~ -java_util/Sources/ExecutorService.swift:268:37: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: tasks?.localJavaObject( &__locals ) ) - ~~~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -java_util/Sources/ConcurrentLinkedQueue.swift:59:33: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: c?.localJavaObject( &__locals ) ) - ~^ ~~~~~~~~~~~~~~~ -java_util/Sources/AbstractExecutorService.swift:47:37: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: tasks?.localJavaObject( &__locals ) ) - ~~~~~^ ~~~~~~~~~~~~~~~ -java_util/Sources/AbstractExecutorService.swift:67:37: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: tasks?.localJavaObject( &__locals ) ) - ~~~~~^ ~~~~~~~~~~~~~~~ -java_util/Sources/AbstractExecutorService.swift:178:37: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: tasks?.localJavaObject( &__locals ) ) - ~~~~~^ ~~~~~~~~~~~~~~~ -java_util/Sources/AbstractExecutorService.swift:200:37: error: value of type 'Collection' has no member 'localJavaObject' - __args[0] = jvalue( l: tasks?.localJavaObject( &__locals ) ) - ~~~~~^ ~~~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/Runnable.swift:69:9: error: value of type 'RunnableLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_lang/Sources/InvocationHandler.swift:82:9: error: value of type 'InvocationHandlerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:75:9: error: value of type 'Thread_UncaughtExceptionHandlerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Runnable.swift:69:9: error: value of type 'RunnableLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_lang/Sources/InvocationHandler.swift:82:9: error: value of type 'InvocationHandlerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:75:9: error: value of type 'Thread_UncaughtExceptionHandlerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Runnable.swift:69:9: error: value of type 'RunnableLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_lang/Sources/InvocationHandler.swift:82:9: error: value of type 'InvocationHandlerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:75:9: error: value of type 'Thread_UncaughtExceptionHandlerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Runnable.swift:69:9: error: value of type 'RunnableLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_lang/Sources/InvocationHandler.swift:82:9: error: value of type 'InvocationHandlerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:75:9: error: value of type 'Thread_UncaughtExceptionHandlerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -MergeSwiftModule normal x86_64 /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util.swiftmodule -Ld /tmp/Debug/java_util.framework/Versions/A/java_util normal x86_64 -Touch /tmp/Debug/java_util.framework - /usr/bin/touch -c /tmp/Debug/java_util.framework -MergeSwiftModule normal x86_64 /tmp/java_sql.build/Debug/java_sql.build/Objects-normal/x86_64/java_sql.swiftmodule -Ld /tmp/Debug/java_sql.framework/Versions/A/java_sql normal x86_64 -Touch /tmp/Debug/java_sql.framework - /usr/bin/touch -c /tmp/Debug/java_sql.framework -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/MethodType.swift:11:63: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class MethodType: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Proxy.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Proxy: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Class.swift:11:58: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Class: JavaObject, /* java.io.Serializable */ UnavailableProtocol, GenericDeclaration, Type { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -java_lang/Sources/Throwable.swift:11:62: error: multiple inheritance from classes 'JavaObject' and 'UnavailableProtocol' -open class Throwable: JavaObject, /* java.io.Serializable */ UnavailableProtocol { - ~~~~~~~~~~ ^ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/PreferenceChangeListener.swift:107:38: error: value of type 'PreferenceChangeListenerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:72:9: error: value of type 'PreferenceChangeListenerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/PreferenceChangeListener.swift:74:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/PreferenceChangeListenerProxy", classObject: PreferenceChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:78:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/PreferenceChangeListener.swift:79:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/PreferenceChangeListenerProxy", classObject: PreferenceChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:83:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: PreferenceChangeListenerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:91:16: error: value of type 'PreferenceChangeListenerLocal_' has no member 'javaObject' - return PreferenceChangeListenerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:101:16: error: value of type 'PreferenceChangeListenerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/PreferenceChangeListener.swift:107:38: error: value of type 'PreferenceChangeListenerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:72:9: error: value of type 'PreferenceChangeListenerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/PreferenceChangeListener.swift:74:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/PreferenceChangeListenerProxy", classObject: PreferenceChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:78:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/PreferenceChangeListener.swift:79:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/PreferenceChangeListenerProxy", classObject: PreferenceChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:83:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: PreferenceChangeListenerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:91:16: error: value of type 'PreferenceChangeListenerLocal_' has no member 'javaObject' - return PreferenceChangeListenerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:101:16: error: value of type 'PreferenceChangeListenerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:109:38: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:74:9: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:76:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/RejectedExecutionHandlerProxy", classObject: RejectedExecutionHandlerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:80:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/RejectedExecutionHandler.swift:81:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/RejectedExecutionHandlerProxy", classObject: RejectedExecutionHandlerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:85:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: RejectedExecutionHandlerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:93:16: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'javaObject' - return RejectedExecutionHandlerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:103:16: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:78:38: error: value of type 'EventListenerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/EventListener.swift:43:9: error: value of type 'EventListenerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:45:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/EventListenerProxy", classObject: EventListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/EventListener.swift:49:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/EventListener.swift:50:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/EventListenerProxy", classObject: EventListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/EventListener.swift:54:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: EventListenerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/EventListener.swift:62:16: error: value of type 'EventListenerLocal_' has no member 'javaObject' - return EventListenerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/EventListener.swift:72:16: error: value of type 'EventListenerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:136:38: error: value of type 'NodeChangeListenerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:101:9: error: value of type 'NodeChangeListenerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:103:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/NodeChangeListenerProxy", classObject: NodeChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:107:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/NodeChangeListener.swift:108:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/NodeChangeListenerProxy", classObject: NodeChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:112:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: NodeChangeListenerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:120:16: error: value of type 'NodeChangeListenerLocal_' has no member 'javaObject' - return NodeChangeListenerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:130:16: error: value of type 'NodeChangeListenerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/PreferenceChangeListener.swift:107:38: error: value of type 'PreferenceChangeListenerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:72:9: error: value of type 'PreferenceChangeListenerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/PreferenceChangeListener.swift:74:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/PreferenceChangeListenerProxy", classObject: PreferenceChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:78:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/PreferenceChangeListener.swift:79:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/PreferenceChangeListenerProxy", classObject: PreferenceChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:83:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: PreferenceChangeListenerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:91:16: error: value of type 'PreferenceChangeListenerLocal_' has no member 'javaObject' - return PreferenceChangeListenerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:101:16: error: value of type 'PreferenceChangeListenerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:109:38: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:74:9: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:76:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/RejectedExecutionHandlerProxy", classObject: RejectedExecutionHandlerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:80:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/RejectedExecutionHandler.swift:81:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/RejectedExecutionHandlerProxy", classObject: RejectedExecutionHandlerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:85:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: RejectedExecutionHandlerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:93:16: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'javaObject' - return RejectedExecutionHandlerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:103:16: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:78:38: error: value of type 'EventListenerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/EventListener.swift:43:9: error: value of type 'EventListenerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:45:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/EventListenerProxy", classObject: EventListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/EventListener.swift:49:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/EventListener.swift:50:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/EventListenerProxy", classObject: EventListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/EventListener.swift:54:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: EventListenerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/EventListener.swift:62:16: error: value of type 'EventListenerLocal_' has no member 'javaObject' - return EventListenerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/EventListener.swift:72:16: error: value of type 'EventListenerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:136:38: error: value of type 'NodeChangeListenerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:101:9: error: value of type 'NodeChangeListenerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:103:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/NodeChangeListenerProxy", classObject: NodeChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:107:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/NodeChangeListener.swift:108:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/NodeChangeListenerProxy", classObject: NodeChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:112:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: NodeChangeListenerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:120:16: error: value of type 'NodeChangeListenerLocal_' has no member 'javaObject' - return NodeChangeListenerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:130:16: error: value of type 'NodeChangeListenerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/PreferenceChangeListener.swift:107:38: error: value of type 'PreferenceChangeListenerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:72:9: error: value of type 'PreferenceChangeListenerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/PreferenceChangeListener.swift:74:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/PreferenceChangeListenerProxy", classObject: PreferenceChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:78:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/PreferenceChangeListener.swift:79:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/PreferenceChangeListenerProxy", classObject: PreferenceChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:83:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: PreferenceChangeListenerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:91:16: error: value of type 'PreferenceChangeListenerLocal_' has no member 'javaObject' - return PreferenceChangeListenerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:101:16: error: value of type 'PreferenceChangeListenerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:109:38: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:74:9: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:76:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/RejectedExecutionHandlerProxy", classObject: RejectedExecutionHandlerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:80:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/RejectedExecutionHandler.swift:81:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/RejectedExecutionHandlerProxy", classObject: RejectedExecutionHandlerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:85:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: RejectedExecutionHandlerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:93:16: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'javaObject' - return RejectedExecutionHandlerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:103:16: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:78:38: error: value of type 'EventListenerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/EventListener.swift:43:9: error: value of type 'EventListenerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:45:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/EventListenerProxy", classObject: EventListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/EventListener.swift:49:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/EventListener.swift:50:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/EventListenerProxy", classObject: EventListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/EventListener.swift:54:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: EventListenerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/EventListener.swift:62:16: error: value of type 'EventListenerLocal_' has no member 'javaObject' - return EventListenerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/EventListener.swift:72:16: error: value of type 'EventListenerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:136:38: error: value of type 'NodeChangeListenerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:101:9: error: value of type 'NodeChangeListenerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:103:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/NodeChangeListenerProxy", classObject: NodeChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:107:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/NodeChangeListener.swift:108:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/NodeChangeListenerProxy", classObject: NodeChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:112:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: NodeChangeListenerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:120:16: error: value of type 'NodeChangeListenerLocal_' has no member 'javaObject' - return NodeChangeListenerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:130:16: error: value of type 'NodeChangeListenerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/PreferenceChangeListener.swift:107:38: error: value of type 'PreferenceChangeListenerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:72:9: error: value of type 'PreferenceChangeListenerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/PreferenceChangeListener.swift:74:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/PreferenceChangeListenerProxy", classObject: PreferenceChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:78:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/PreferenceChangeListener.swift:79:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/PreferenceChangeListenerProxy", classObject: PreferenceChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:83:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: PreferenceChangeListenerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:91:16: error: value of type 'PreferenceChangeListenerLocal_' has no member 'javaObject' - return PreferenceChangeListenerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:101:16: error: value of type 'PreferenceChangeListenerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:109:38: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:74:9: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:76:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/RejectedExecutionHandlerProxy", classObject: RejectedExecutionHandlerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:80:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/RejectedExecutionHandler.swift:81:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/RejectedExecutionHandlerProxy", classObject: RejectedExecutionHandlerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:85:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: RejectedExecutionHandlerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:93:16: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'javaObject' - return RejectedExecutionHandlerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:103:16: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:78:38: error: value of type 'EventListenerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/EventListener.swift:43:9: error: value of type 'EventListenerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:45:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/EventListenerProxy", classObject: EventListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/EventListener.swift:49:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/EventListener.swift:50:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/EventListenerProxy", classObject: EventListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/EventListener.swift:54:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: EventListenerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/EventListener.swift:62:16: error: value of type 'EventListenerLocal_' has no member 'javaObject' - return EventListenerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/EventListener.swift:72:16: error: value of type 'EventListenerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:136:38: error: value of type 'NodeChangeListenerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:101:9: error: value of type 'NodeChangeListenerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:103:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/NodeChangeListenerProxy", classObject: NodeChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:107:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/NodeChangeListener.swift:108:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/NodeChangeListenerProxy", classObject: NodeChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:112:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: NodeChangeListenerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:120:16: error: value of type 'NodeChangeListenerLocal_' has no member 'javaObject' - return NodeChangeListenerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:130:16: error: value of type 'NodeChangeListenerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/PreferenceChangeListener.swift:107:38: error: value of type 'PreferenceChangeListenerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:72:9: error: value of type 'PreferenceChangeListenerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/PreferenceChangeListener.swift:74:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/PreferenceChangeListenerProxy", classObject: PreferenceChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:78:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/PreferenceChangeListener.swift:79:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/PreferenceChangeListenerProxy", classObject: PreferenceChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:83:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: PreferenceChangeListenerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:91:16: error: value of type 'PreferenceChangeListenerLocal_' has no member 'javaObject' - return PreferenceChangeListenerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/PreferenceChangeListener.swift:101:16: error: value of type 'PreferenceChangeListenerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:109:38: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:74:9: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:76:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/RejectedExecutionHandlerProxy", classObject: RejectedExecutionHandlerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:80:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/RejectedExecutionHandler.swift:81:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/RejectedExecutionHandlerProxy", classObject: RejectedExecutionHandlerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:85:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: RejectedExecutionHandlerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:93:16: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'javaObject' - return RejectedExecutionHandlerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/RejectedExecutionHandler.swift:103:16: error: value of type 'RejectedExecutionHandlerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:78:38: error: value of type 'EventListenerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/EventListener.swift:43:9: error: value of type 'EventListenerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:45:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/EventListenerProxy", classObject: EventListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/EventListener.swift:49:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/EventListener.swift:50:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/EventListenerProxy", classObject: EventListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/EventListener.swift:54:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: EventListenerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/EventListener.swift:62:16: error: value of type 'EventListenerLocal_' has no member 'javaObject' - return EventListenerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/EventListener.swift:72:16: error: value of type 'EventListenerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:75:38: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class NodeChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:136:38: error: value of type 'NodeChangeListenerLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:101:9: error: value of type 'NodeChangeListenerLocal_' has no member 'owned' - self.owned = owned - ^~~~ ~~~~~ -java_util/Sources/PreferenceChangeListener.swift:49:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class PreferenceChangeListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/RejectedExecutionHandler.swift:51:44: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class RejectedExecutionHandlerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/EventListener.swift:23:33: error: reference to generic type 'JNIObjectProxy' requires arguments in <...> -open class EventListenerLocal_: JNIObjectProxy { - ^ - -:0: note: generic type 'JNIObjectProxy' declared here -java_util/Sources/NodeChangeListener.swift:103:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/NodeChangeListenerProxy", classObject: NodeChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:107:9: error: 'super' members cannot be referenced in a root class - super.init( javaObject: javaObject ) - ^ -java_util/Sources/NodeChangeListener.swift:108:9: error: use of unresolved identifier 'createProxy' - createProxy( className: "org/swiftjava/java_util/NodeChangeListenerProxy", classObject: NodeChangeListenerLocal_.proxyClass ) - ^~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:112:31: error: use of unresolved identifier 'swiftPointer' - return unsafeBitCast( swiftPointer( jniEnv: jniEnv, object: javaObject ), to: NodeChangeListenerLocal_.self ).proto! - ^~~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:120:16: error: value of type 'NodeChangeListenerLocal_' has no member 'javaObject' - return NodeChangeListenerLocal_( owned: self, proto: self ).javaObject - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ -java_util/Sources/NodeChangeListener.swift:130:16: error: value of type 'NodeChangeListenerLocal_' has no member 'swiftValue' - return __local.swiftValue() - ^~~~~~~ ~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-non-framework-target-headers.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-project-headers.hmap -write-file /tmp/CJavaVM.build/all-product-headers.yaml -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-own-target-headers.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-generated-files.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64 -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM.LinkFileList -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-target-headers.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/CJavaVM.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/CJavaVM.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/CJavaVM.framework/Headers -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/CJavaVM.framework/Modules -/bin/ln -sfh Versions/Current/CJavaVM /tmp/Debug/CJavaVM.framework/CJavaVM -ProcessInfoPlistFile /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility CJavaVM/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist -CompileC /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM_vers.o /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ld /tmp/Debug/CJavaVM.framework/Versions/A/CJavaVM normal x86_64 -CpHeader CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers/CJavaVM.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks CJavaVM/CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers -Ditto /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules -Touch /tmp/Debug/CJavaVM.framework - /usr/bin/touch -c /tmp/Debug/CJavaVM.framework -Write auxiliary files -write-file /tmp/java_swift.build/Debug/java_swift.build/module.modulemap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module.modulemap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64 -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-OutputFileMap.json -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-non-framework-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-own-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-project-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module-overlay.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/swift-overrides.hmap -write-file /tmp/java_swift.build/all-product-headers.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-generated-files.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.LinkFileList -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift.hmap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/DerivedSources -write-file /tmp/java_swift.build/Debug/java_swift.build/DerivedSources/java_swift_vers.c -Create product structure -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_swift.framework/Modules -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_swift.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_swift.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_swift.framework/Headers -/bin/ln -sfh Versions/Current/java_swift /tmp/Debug/java_swift.framework/java_swift -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -java_swift/Sources/JavaJNI.swift:100:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaJNI.swift:100:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaJNI.swift:115:23: warning: 'unsafeBitCast' from 'UnsafePointer' to 'UnsafeMutablePointer' (aka 'UnsafeMutablePointer>') changes pointee type and may lead to undefined behavior; use the 'withMemoryRebound' method on 'UnsafePointer' to rebind the type of memory - try body( unsafeBitCast( $0, to: UnsafeMutablePointer.self ) ) - ^ -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift-Swift.h /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-Swift.h - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-Swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift-Swift.h -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -CompileC /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift_vers.o /tmp/java_swift.build/Debug/java_swift.build/DerivedSources/java_swift_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -CpHeader java_swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks java_swift/java_swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers -Ditto /tmp/java_swift.build/Debug/java_swift.build/module.modulemap /tmp/Debug/java_swift.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/java_swift.build/Debug/java_swift.build/module.modulemap /tmp/Debug/java_swift.framework/Versions/A/Modules -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -Write auxiliary files -write-file /tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/module.modulemap -/bin/mkdir -p /tmp/java_lang.build/Debug/java_lang.build/DerivedSources -write-file /tmp/java_lang.build/Debug/java_lang.build/DerivedSources/java_lang_vers.c -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -/bin/mkdir -p /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64 -write-file /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-OutputFileMap.json -write-file /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.LinkFileList -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/unextended-module.modulemap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-all-target-headers.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -write-file /tmp/java_lang.build/all-product-headers.yaml -Create product structure -/bin/mkdir -p /tmp/Debug/java_lang.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_lang.framework/Modules -/bin/mkdir -p /tmp/Debug/java_lang.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_lang.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_lang.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_lang.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_lang.framework/Headers -/bin/ln -sfh Versions/Current/java_lang /tmp/Debug/java_lang.framework/java_lang -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -java_lang/Sources/Runnable.swift:78:48: error: 'RunnableLocal_' cannot be constructed because it has no accessible initializers - private lazy var __local: RunnableLocal_ = RunnableLocal_( owned: self, proto: self ) - ^ -java_lang/Sources/Runnable.swift:87:38: error: value of type 'RunnableLocal_' has no member 'javaObject' - super.javaObject = __local.javaObject - ^~~~~~~ ~~~~~~~~~~ -java_swift.JNILocalProxy:3:17: note: did you mean 'withJavaObject'? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:93:14: error: value of type 'RunnableLocal_' has no member 'javaObject' - __local.javaObject = newValue - ^~~~~~~ ~~~~~~~~~~ -java_swift.JNILocalProxy:3:17: note: did you mean 'withJavaObject'? - public func withJavaObject(_ body: @escaping (jobject?) throws -> Result) rethrows -> Result - ^ -java_lang/Sources/Runnable.swift:71:16: error: 'RunnableLocal_' cannot be constructed because it has no accessible initializers - return RunnableLocal_( owned: self, proto: self ).localJavaObject( locals ) - ^ -Build settings from command line: - SYMROOT = /tmp -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang-Swift.h /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-Swift.h - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-Swift.h /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang-Swift.h -CompileC /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang_vers.o /tmp/java_lang.build/Debug/java_lang.build/DerivedSources/java_lang_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -CpHeader java_lang.h /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks java_lang/java_lang.h /tmp/Debug/java_lang.framework/Versions/A/Headers -Ditto /tmp/java_lang.build/Debug/java_lang.build/module.modulemap /tmp/Debug/java_lang.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/java_lang.build/Debug/java_lang.build/module.modulemap /tmp/Debug/java_lang.framework/Versions/A/Modules -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -Write auxiliary files -write-file /tmp/java_util.build/all-product-headers.yaml -write-file /tmp/java_util.build/Debug/java_util.build/java_util-generated-files.hmap -write-file /tmp/java_util.build/Debug/java_util.build/swift-overrides.hmap -write-file /tmp/java_util.build/Debug/java_util.build/unextended-module-overlay.yaml -/bin/mkdir -p /tmp/java_util.build/Debug/java_util.build/DerivedSources -write-file /tmp/java_util.build/Debug/java_util.build/DerivedSources/java_util_vers.c -write-file /tmp/java_util.build/Debug/java_util.build/unextended-module.modulemap -/bin/mkdir -p /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64 -write-file /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util-OutputFileMap.json -write-file /tmp/java_util.build/Debug/java_util.build/java_util-own-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util-all-non-framework-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util-project-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/module.modulemap -write-file /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util.LinkFileList -write-file /tmp/java_util.build/Debug/java_util.build/java_util-all-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_util.framework/Modules -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_util.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_util.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_util.framework/Headers -/bin/ln -sfh Versions/Current/java_util /tmp/Debug/java_util.framework/java_util -ProcessInfoPlistFile /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_util/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -ProcessInfoPlistFile /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_util/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaJNI.swift:100:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaJNI.swift:100:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Runnable.swift:73:30: error: consecutive statements on a line must be separated by ';' - return Runnablereturn RunnableForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/InvocationHandler.swift:85:39: error: consecutive statements on a line must be separated by ';' - return InvocationHandlerreturn InvocationHandlerForward( javaObject: javaObject ) - ^ - ; -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:78:53: error: consecutive statements on a line must be separated by ';' - return Thread_UncaughtExceptionHandlerreturn Thread_UncaughtExceptionHandlerForward( javaObject: javaObject ) - ^ - ; -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-non-framework-target-headers.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-project-headers.hmap -write-file /tmp/CJavaVM.build/all-product-headers.yaml -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-own-target-headers.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-generated-files.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64 -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM.LinkFileList -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-target-headers.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/CJavaVM.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/CJavaVM.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/CJavaVM.framework/Headers -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/CJavaVM.framework/Modules -/bin/ln -sfh Versions/Current/CJavaVM /tmp/Debug/CJavaVM.framework/CJavaVM -ProcessInfoPlistFile /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility CJavaVM/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist -CompileC /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM_vers.o /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ld /tmp/Debug/CJavaVM.framework/Versions/A/CJavaVM normal x86_64 -CpHeader CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers/CJavaVM.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks CJavaVM/CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers -Ditto /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules -Touch /tmp/Debug/CJavaVM.framework - /usr/bin/touch -c /tmp/Debug/CJavaVM.framework -Write auxiliary files -write-file /tmp/java_swift.build/Debug/java_swift.build/module.modulemap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module.modulemap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64 -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-OutputFileMap.json -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-non-framework-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-own-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-project-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module-overlay.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/swift-overrides.hmap -write-file /tmp/java_swift.build/all-product-headers.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-generated-files.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.LinkFileList -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift.hmap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/DerivedSources -write-file /tmp/java_swift.build/Debug/java_swift.build/DerivedSources/java_swift_vers.c -Create product structure -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_swift.framework/Modules -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_swift.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_swift.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_swift.framework/Headers -/bin/ln -sfh Versions/Current/java_swift /tmp/Debug/java_swift.framework/java_swift -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-OutputFileMap.json -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.LinkFileList -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -java_swift/Sources/JavaJNI.swift:100:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaJNI.swift:100:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift-Swift.h /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-Swift.h - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-Swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift-Swift.h -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -CompileC /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift_vers.o /tmp/java_swift.build/Debug/java_swift.build/DerivedSources/java_swift_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -CpHeader java_swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks java_swift/java_swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers -Ditto /tmp/java_swift.build/Debug/java_swift.build/module.modulemap /tmp/Debug/java_swift.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/java_swift.build/Debug/java_swift.build/module.modulemap /tmp/Debug/java_swift.framework/Versions/A/Modules -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -Write auxiliary files -write-file /tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/module.modulemap -/bin/mkdir -p /tmp/java_lang.build/Debug/java_lang.build/DerivedSources -write-file /tmp/java_lang.build/Debug/java_lang.build/DerivedSources/java_lang_vers.c -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -/bin/mkdir -p /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64 -write-file /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-OutputFileMap.json -write-file /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.LinkFileList -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/unextended-module.modulemap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-all-target-headers.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -write-file /tmp/java_lang.build/all-product-headers.yaml -Create product structure -/bin/mkdir -p /tmp/Debug/java_lang.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_lang.framework/Modules -/bin/mkdir -p /tmp/Debug/java_lang.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_lang.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_lang.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_lang.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_lang.framework/Headers -/bin/ln -sfh Versions/Current/java_lang /tmp/Debug/java_lang.framework/java_lang -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-OutputFileMap.json -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.LinkFileList -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:31:20: error: value of type 'Runnable' has no member 'run' - RunnableLocal_.swiftObject( jniEnv: __env, javaObject: __this, swiftObject: __swiftObject ).run() - ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:31:20: error: value of type 'Runnable' has no member 'run' - RunnableLocal_.swiftObject( jniEnv: __env, javaObject: __this, swiftObject: __swiftObject ).run() - ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:31:20: error: value of type 'Runnable' has no member 'run' - RunnableLocal_.swiftObject( jniEnv: __env, javaObject: __this, swiftObject: __swiftObject ).run() - ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:31:20: error: value of type 'Runnable' has no member 'run' - RunnableLocal_.swiftObject( jniEnv: __env, javaObject: __this, swiftObject: __swiftObject ).run() - ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:31:20: error: value of type 'Runnable' has no member 'run' - RunnableLocal_.swiftObject( jniEnv: __env, javaObject: __this, swiftObject: __swiftObject ).run() - ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:31:20: error: value of type 'Runnable' has no member 'run' - RunnableLocal_.swiftObject( jniEnv: __env, javaObject: __this, swiftObject: __swiftObject ).run() - ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:31:20: error: value of type 'Runnable' has no member 'run' - RunnableLocal_.swiftObject( jniEnv: __env, javaObject: __this, swiftObject: __swiftObject ).run() - ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:31:20: error: value of type 'Runnable' has no member 'run' - RunnableLocal_.swiftObject( jniEnv: __env, javaObject: __this, swiftObject: __swiftObject ).run() - ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:31:20: error: value of type 'Runnable' has no member 'run' - RunnableLocal_.swiftObject( jniEnv: __env, javaObject: __this, swiftObject: __swiftObject ).run() - ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:31:20: error: value of type 'Runnable' has no member 'run' - RunnableLocal_.swiftObject( jniEnv: __env, javaObject: __this, swiftObject: __swiftObject ).run() - ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:31:20: error: value of type 'Runnable' has no member 'run' - RunnableLocal_.swiftObject( jniEnv: __env, javaObject: __this, swiftObject: __swiftObject ).run() - ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:31:20: error: value of type 'Runnable' has no member 'run' - RunnableLocal_.swiftObject( jniEnv: __env, javaObject: __this, swiftObject: __swiftObject ).run() - ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:31:20: error: value of type 'Runnable' has no member 'run' - RunnableLocal_.swiftObject( jniEnv: __env, javaObject: __this, swiftObject: __swiftObject ).run() - ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:31:20: error: value of type 'Runnable' has no member 'run' - RunnableLocal_.swiftObject( jniEnv: __env, javaObject: __this, swiftObject: __swiftObject ).run() - ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -:0: warning: unable to determine when 'JavaObject.swift' was last modified: No such file or directory -:0: warning: unable to determine when 'Runnable.swift' was last modified: No such file or directory -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-OutputFileMap.json -write-file /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.LinkFileList -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Math.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Math", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/MethodType.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.MethodType", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/VolatileCallSite.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.invoke.VolatileCallSite", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/AnnotationFormatError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.annotation.AnnotationFormatError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/NoSuchFieldError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.NoSuchFieldError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/Proxy.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.reflect.Proxy", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/InternalError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.InternalError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_lang/Sources/ClassCircularityError.swift:15:13: error: value of type 'UnavailableObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.ClassCircularityError", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-OutputFileMap.json -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.LinkFileList -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Class.swift:2:8: warning: file 'Class.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Class.swift:2:8: warning: file 'Class.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Class.swift:2:8: warning: file 'Class.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Class.swift:2:8: warning: file 'Class.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Class.swift:2:8: warning: file 'Class.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -Write auxiliary files -write-file /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-OutputFileMap.json -write-file /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.LinkFileList -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -java_lang/Sources/MethodType.swift:3:8: error: no such module 'java_util' -import java_util - ^ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Class.swift:2:8: warning: file 'Class.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Class.swift:2:8: warning: file 'Class.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Class.swift:2:8: warning: file 'Class.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc -java_lang/Sources/Method.swift:107:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Method.swift:107:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Method.swift:107:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Method.swift:107:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Method.swift:107:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Method.swift:107:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Method.swift:107:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Method.swift:107:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Executable.swift:143:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:50:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:152:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:59:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:160:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:83:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:168:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:91:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:143:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:50:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:152:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:59:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:160:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:83:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:168:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:91:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:143:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:50:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:152:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:59:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:160:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:83:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:168:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:91:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:143:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:50:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:152:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:59:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:160:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:83:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:168:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:91:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:143:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:50:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:152:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:59:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:160:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:83:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:168:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:91:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:143:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:50:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:152:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:59:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:160:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:83:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:168:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:91:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:143:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:50:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:152:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:59:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:160:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:83:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:168:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:91:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:143:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:50:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:152:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:59:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:160:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:83:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:168:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:91:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Class.swift:2:8: warning: file 'Class.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Class.swift:2:8: warning: file 'Class.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/JavaObject.swift:2:8: warning: file 'JavaObject.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Class.swift:2:8: warning: file 'Class.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -java_swift/Sources/Runnable.swift:2:8: warning: file 'Runnable.swift' is part of module 'java_swift'; ignoring import -import java_swift - ^ -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc -java_lang/Sources/Thread.swift:279:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> java_swift.JavaObject! { - ^ - override -java_swift.JavaObject:18:15: note: overridden declaration is here - open func clone() throws -> java_swift.JavaObject! - ^ -java_lang/Sources/Thread.swift:279:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> java_swift.JavaObject! { - ^ - override -java_swift.JavaObject:18:15: note: overridden declaration is here - open func clone() throws -> java_swift.JavaObject! - ^ -java_lang/Sources/Thread.swift:279:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> java_swift.JavaObject! { - ^ - override -java_swift.JavaObject:18:15: note: overridden declaration is here - open func clone() throws -> java_swift.JavaObject! - ^ -java_lang/Sources/Thread.swift:279:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> java_swift.JavaObject! { - ^ - override -java_swift.JavaObject:18:15: note: overridden declaration is here - open func clone() throws -> java_swift.JavaObject! - ^ -java_lang/Sources/Thread.swift:279:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> java_swift.JavaObject! { - ^ - override -java_swift.JavaObject:18:15: note: overridden declaration is here - open func clone() throws -> java_swift.JavaObject! - ^ -java_lang/Sources/Thread.swift:279:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> java_swift.JavaObject! { - ^ - override -java_swift.JavaObject:18:15: note: overridden declaration is here - open func clone() throws -> java_swift.JavaObject! - ^ -java_lang/Sources/Thread.swift:279:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> java_swift.JavaObject! { - ^ - override -java_swift.JavaObject:18:15: note: overridden declaration is here - open func clone() throws -> java_swift.JavaObject! - ^ -java_lang/Sources/Thread.swift:279:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> java_swift.JavaObject! { - ^ - override -java_swift.JavaObject:18:15: note: overridden declaration is here - open func clone() throws -> java_swift.JavaObject! - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Enum.swift:83:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _other: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Enum.swift:95:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> java_swift.JavaObject! { - ^ - override -java_swift.JavaObject:18:15: note: overridden declaration is here - open func clone() throws -> java_swift.JavaObject! - ^ -java_lang/Sources/Enum.swift:83:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _other: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Enum.swift:95:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> java_swift.JavaObject! { - ^ - override -java_swift.JavaObject:18:15: note: overridden declaration is here - open func clone() throws -> java_swift.JavaObject! - ^ -java_lang/Sources/Enum.swift:83:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _other: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Enum.swift:95:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> java_swift.JavaObject! { - ^ - override -java_swift.JavaObject:18:15: note: overridden declaration is here - open func clone() throws -> java_swift.JavaObject! - ^ -java_lang/Sources/Enum.swift:83:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _other: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Enum.swift:95:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> java_swift.JavaObject! { - ^ - override -java_swift.JavaObject:18:15: note: overridden declaration is here - open func clone() throws -> java_swift.JavaObject! - ^ -java_lang/Sources/Enum.swift:83:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _other: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Enum.swift:95:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> java_swift.JavaObject! { - ^ - override -java_swift.JavaObject:18:15: note: overridden declaration is here - open func clone() throws -> java_swift.JavaObject! - ^ -java_lang/Sources/Enum.swift:83:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _other: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Enum.swift:95:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> java_swift.JavaObject! { - ^ - override -java_swift.JavaObject:18:15: note: overridden declaration is here - open func clone() throws -> java_swift.JavaObject! - ^ -java_lang/Sources/Enum.swift:83:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _other: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Enum.swift:95:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> java_swift.JavaObject! { - ^ - override -java_swift.JavaObject:18:15: note: overridden declaration is here - open func clone() throws -> java_swift.JavaObject! - ^ -java_lang/Sources/Enum.swift:83:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _other: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Enum.swift:95:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> java_swift.JavaObject! { - ^ - override -java_swift.JavaObject:18:15: note: overridden declaration is here - open func clone() throws -> java_swift.JavaObject! - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/StackTraceElement.swift:68:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/StackTraceElement.swift:68:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/StackTraceElement.swift:68:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/StackTraceElement.swift:68:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/StackTraceElement.swift:68:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/StackTraceElement.swift:68:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/StackTraceElement.swift:68:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/StackTraceElement.swift:68:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/Integer.swift:192:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Constructor.swift:80:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Constructor.swift:80:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Constructor.swift:80:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/JavaDouble.swift:202:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/ProcessBuilder_Redirect.swift:79:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/AnnotatedType.swift:42:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:55:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:51:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:64:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:59:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:72:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:67:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:80:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:75:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:88:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:83:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:96:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:103:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:116:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:112:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:125:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:120:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:133:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:128:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:141:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Short.swift:136:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/AnnotatedType.swift:42:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:55:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:51:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:64:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:59:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:72:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:67:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:80:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:75:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:88:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:83:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:96:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:103:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:116:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:112:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:125:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:120:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:133:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:128:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:141:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:42:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:55:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:51:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:64:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:59:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:72:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:67:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:80:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:75:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:88:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:83:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:96:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:103:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:116:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:112:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:125:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:120:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:133:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:128:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:141:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:42:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:55:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:51:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:64:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:54:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:42:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:63:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:51:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:59:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:72:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:67:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:80:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:71:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:59:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:79:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:67:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:75:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:88:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:83:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:96:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:87:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:75:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:95:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:83:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:103:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:116:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:112:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:125:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:115:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:103:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:124:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:112:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:120:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:133:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:128:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:141:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:132:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:120:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:140:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:128:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Target.swift:41:15: error: overriding declaration requires an 'override' keyword - open func equals( obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:41:15: note: overridden declaration is here - open func equals( obj: java_swift.JavaObject? ) -> Bool { - ^ -java_lang/Sources/Target.swift:49:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:49:15: note: overridden declaration is here - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ -java_lang/Sources/Target.swift:81:15: error: overriding declaration requires an 'override' keyword - open func annotationType() -> java_swift.Class! { - ^ - override -java_lang/Sources/Annotation.swift:81:15: note: overridden declaration is here - open func annotationType() -> java_swift.Class! { - ^ -java_lang/Sources/Character_Subset.swift:57:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Boolean.swift:109:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Constructor.swift:80:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Character_Subset.swift:57:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/AnnotatedType.swift:42:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:55:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:51:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:64:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:54:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:42:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:63:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:51:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:59:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:72:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:67:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:80:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:71:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:59:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:79:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:67:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:75:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:88:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:83:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:96:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:87:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:75:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:95:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:83:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:103:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:116:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:112:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:125:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:115:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:103:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:124:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:112:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:120:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:133:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:128:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:141:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:132:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:120:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:140:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:128:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Byte.swift:136:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Long.swift:184:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/GenericDeclaration.swift:41:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:55:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/GenericDeclaration.swift:50:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:64:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/GenericDeclaration.swift:58:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:72:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/GenericDeclaration.swift:66:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:80:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/GenericDeclaration.swift:74:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:88:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/GenericDeclaration.swift:82:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:96:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/GenericDeclaration.swift:102:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:116:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/GenericDeclaration.swift:111:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:125:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/GenericDeclaration.swift:119:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:133:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/GenericDeclaration.swift:127:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:141:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Repeatable.swift:42:15: error: overriding declaration requires an 'override' keyword - open func equals( obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:41:15: note: overridden declaration is here - open func equals( obj: java_swift.JavaObject? ) -> Bool { - ^ -java_lang/Sources/Repeatable.swift:50:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:49:15: note: overridden declaration is here - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ -java_lang/Sources/Repeatable.swift:82:15: error: overriding declaration requires an 'override' keyword - open func annotationType() -> java_swift.Class! { - ^ - override -java_lang/Sources/Annotation.swift:81:15: note: overridden declaration is here - open func annotationType() -> java_swift.Class! { - ^ -java_lang/Sources/JavaFloat.swift:219:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/SuppressWarnings.swift:41:15: error: overriding declaration requires an 'override' keyword - open func equals( obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:41:15: note: overridden declaration is here - open func equals( obj: java_swift.JavaObject? ) -> Bool { - ^ -java_lang/Sources/SuppressWarnings.swift:49:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:49:15: note: overridden declaration is here - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ -java_lang/Sources/SuppressWarnings.swift:81:15: error: overriding declaration requires an 'override' keyword - open func annotationType() -> java_swift.Class! { - ^ - override -java_lang/Sources/Annotation.swift:81:15: note: overridden declaration is here - open func annotationType() -> java_swift.Class! { - ^ -java_lang/Sources/AnnotatedType.swift:42:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:55:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:51:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:64:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:70:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:42:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:79:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:51:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:59:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:72:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:67:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:80:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:87:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:59:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:95:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:67:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:75:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:88:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:83:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:96:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:103:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:75:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:111:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:83:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:103:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:116:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:112:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:125:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:131:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:103:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:140:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:112:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:120:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:133:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:128:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:141:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:148:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:120:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:156:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:128:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/AnnotatedArrayType.swift:55:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:42:24: note: overridden declaration is here - override open func getAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:64:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:51:24: note: overridden declaration is here - override open func getAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:72:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:59:24: note: overridden declaration is here - override open func isAnnotationPresent( arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedArrayType.swift:80:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:67:24: note: overridden declaration is here - override open func isAnnotationPresent( _ _arg0: java_swift.Class? ) -> Bool { - ^ -java_lang/Sources/AnnotatedArrayType.swift:88:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:75:24: note: overridden declaration is here - override open func getAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:96:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:83:24: note: overridden declaration is here - override open func getAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:116:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:103:24: note: overridden declaration is here - override open func getDeclaredAnnotation( arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:125:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:112:24: note: overridden declaration is here - override open func getDeclaredAnnotation( _ _arg0: java_swift.Class? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:133:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:120:24: note: overridden declaration is here - override open func getDeclaredAnnotationsByType( arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:141:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:128:24: note: overridden declaration is here - override open func getDeclaredAnnotationsByType( _ _arg0: java_swift.Class? ) -> [Annotation]! { - ^ -java_lang/Sources/Character.swift:853:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func equals(_ _arg0: java_swift.JavaObject?) -> Bool - ^ -java_lang/Sources/Retention.swift:42:15: error: overriding declaration requires an 'override' keyword - open func equals( obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:41:15: note: overridden declaration is here - open func equals( obj: java_swift.JavaObject? ) -> Bool { - ^ -java_lang/Sources/Retention.swift:50:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ - override -java_lang/Sources/Annotation.swift:49:15: note: overridden declaration is here - open func equals( _ _obj: java_swift.JavaObject? ) -> Bool { - ^ -java_lang/Sources/Retention.swift:82:15: error: overriding declaration requires an 'override' keyword - open func annotationType() -> java_swift.Class! { - ^ - override -java_lang/Sources/Annotation.swift:81:15: note: overridden declaration is here - open func annotationType() -> java_swift.Class! { - ^ -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang-Swift.h /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-Swift.h - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-Swift.h /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang-Swift.h -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -CompileC /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang_vers.o /tmp/java_lang.build/Debug/java_lang.build/DerivedSources/java_lang_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -CpHeader java_lang.h /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks java_lang/java_lang.h /tmp/Debug/java_lang.framework/Versions/A/Headers -Ditto /tmp/java_lang.build/Debug/java_lang.build/module.modulemap /tmp/Debug/java_lang.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/java_lang.build/Debug/java_lang.build/module.modulemap /tmp/Debug/java_lang.framework/Versions/A/Modules -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -Write auxiliary files -write-file /tmp/java_util.build/all-product-headers.yaml -write-file /tmp/java_util.build/Debug/java_util.build/java_util-generated-files.hmap -write-file /tmp/java_util.build/Debug/java_util.build/swift-overrides.hmap -write-file /tmp/java_util.build/Debug/java_util.build/unextended-module-overlay.yaml -/bin/mkdir -p /tmp/java_util.build/Debug/java_util.build/DerivedSources -write-file /tmp/java_util.build/Debug/java_util.build/DerivedSources/java_util_vers.c -write-file /tmp/java_util.build/Debug/java_util.build/unextended-module.modulemap -/bin/mkdir -p /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64 -write-file /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util-OutputFileMap.json -write-file /tmp/java_util.build/Debug/java_util.build/java_util-own-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util-all-non-framework-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util-project-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/module.modulemap -write-file /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util.LinkFileList -write-file /tmp/java_util.build/Debug/java_util.build/java_util-all-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_util.framework/Modules -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_util.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_util.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_util.framework/Headers -/bin/ln -sfh Versions/Current/java_util /tmp/Debug/java_util.framework/java_util -ProcessInfoPlistFile /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_util/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:13:13: error: value of type 'JavaObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Object", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_swift/Sources/Class.swift:13:13: error: value of type 'JavaObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Class", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:13:13: error: value of type 'JavaObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Object", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_swift/Sources/Class.swift:13:13: error: value of type 'JavaObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Class", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:13:13: error: value of type 'JavaObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Object", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_swift/Sources/Class.swift:13:13: error: value of type 'JavaObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Class", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:13:13: error: value of type 'JavaObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Object", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_swift/Sources/Class.swift:13:13: error: value of type 'JavaObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Class", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:13:13: error: value of type 'JavaObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Object", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -java_swift/Sources/Class.swift:13:13: error: value of type 'JavaObject' has no member 'validDownCast' - if !object.validDownCast( toJavaClass: "java.lang.Class", file, line ) { - ^~~~~~ ~~~~~~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:141:29: error: use of undeclared type 'JavaClass' - open func getClass() -> JavaClass! { - ^~~~~~~~~ -java_swift/Sources/JavaObject.swift:141:29: error: use of undeclared type 'JavaClass' - open func getClass() -> JavaClass! { - ^~~~~~~~~ -java_swift/Sources/JavaObject.swift:141:29: error: use of undeclared type 'JavaClass' - open func getClass() -> JavaClass! { - ^~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -:0: error: no such file or directory: 'java_swift/Sources/Class.swift' -Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1 -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-OutputFileMap.json -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.LinkFileList -java_swift/Sources/JavaObject.swift:141:29: error: use of undeclared type 'JavaClass' - open func getClass() -> JavaClass! { - ^~~~~~~~~ -java_swift/Sources/JavaJNI.swift:100:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaJNI.swift:100:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaObject.swift:141:29: error: use of undeclared type 'JavaClass' - open func getClass() -> JavaClass! { - ^~~~~~~~~ -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-OutputFileMap.json -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.LinkFileList -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/Executable.swift:141:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:48:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:150:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:57:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:158:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:81:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:166:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:89:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:141:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:48:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:150:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:57:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:158:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:81:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:166:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:89:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:141:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:48:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:150:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:57:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:158:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:81:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:166:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:89:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:141:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:48:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:150:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:57:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:158:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:81:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:166:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:89:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:141:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:48:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:150:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:57:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:158:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:81:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:166:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:89:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:141:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:48:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:150:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:57:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:158:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:81:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:166:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:89:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:141:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:48:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:150:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:57:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:158:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:81:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:166:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:89:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:141:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:48:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:150:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AccessibleObject.swift:57:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/Executable.swift:158:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:81:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/Executable.swift:166:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AccessibleObject.swift:89:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc -java_lang/Sources/java_lang.swift:22:38: error: use of unresolved identifier 'Class' - if let targetClass = try Class.forName( toJavaClass ) { - ^~~~~ -CoreServices.pClass:1:12: note: did you mean 'pClass'? -public var pClass: OSType { get } - ^ -java_lang/Sources/AnnotatedType.swift:40:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:53:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:49:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:62:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:57:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:70:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:65:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:78:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:73:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:86:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:81:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:94:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:101:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:114:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:110:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:123:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:118:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:131:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:126:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:139:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:40:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:53:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:49:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:62:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:57:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:70:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:65:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:78:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:73:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:86:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:81:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:94:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:101:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:114:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:110:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:123:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:118:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:131:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:126:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:139:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:40:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:53:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:49:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:62:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:57:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:70:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:65:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:78:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:73:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:86:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:81:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:94:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:101:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:114:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:110:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:123:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:118:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:131:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:126:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:139:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:40:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:53:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:49:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:62:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:52:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:40:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:61:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:49:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:57:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:70:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:65:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:78:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:69:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:57:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:77:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:65:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:73:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:86:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:81:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:94:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:85:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:73:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:93:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:81:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:101:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:114:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:110:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:123:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:113:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:101:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:122:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:110:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:118:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:131:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:126:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:139:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:130:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:118:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedParameterizedType.swift:138:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:126:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/Target.swift:79:15: error: overriding declaration requires an 'override' keyword - open func annotationType() -> java_swift.JavaClass! { - ^ - override -java_lang/Sources/Annotation.swift:79:15: note: overridden declaration is here - open func annotationType() -> java_swift.JavaClass! { - ^ -java_lang/Sources/AnnotatedType.swift:40:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:53:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:49:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:62:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:52:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:40:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:61:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:49:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:57:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:70:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:65:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:78:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:69:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:57:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:77:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:65:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:73:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:86:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:81:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:94:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:85:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:73:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:93:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:81:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:101:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:114:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:110:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:123:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:113:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:101:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:122:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:110:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:118:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:131:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:126:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:139:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:130:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:118:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedTypeVariable.swift:138:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:126:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/GenericDeclaration.swift:39:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:53:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/GenericDeclaration.swift:48:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:62:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/GenericDeclaration.swift:56:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:70:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/GenericDeclaration.swift:64:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:78:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/GenericDeclaration.swift:72:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:86:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/GenericDeclaration.swift:80:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:94:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/GenericDeclaration.swift:100:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:114:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/GenericDeclaration.swift:109:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:123:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/GenericDeclaration.swift:117:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:131:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/GenericDeclaration.swift:125:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:139:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/Repeatable.swift:80:15: error: overriding declaration requires an 'override' keyword - open func annotationType() -> java_swift.JavaClass! { - ^ - override -java_lang/Sources/Annotation.swift:79:15: note: overridden declaration is here - open func annotationType() -> java_swift.JavaClass! { - ^ -java_lang/Sources/SuppressWarnings.swift:79:15: error: overriding declaration requires an 'override' keyword - open func annotationType() -> java_swift.JavaClass! { - ^ - override -java_lang/Sources/Annotation.swift:79:15: note: overridden declaration is here - open func annotationType() -> java_swift.JavaClass! { - ^ -java_lang/Sources/AnnotatedType.swift:40:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:53:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:49:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:62:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:68:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:40:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:77:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:49:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:57:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:70:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:65:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:78:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:85:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:57:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:93:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:65:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:73:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:86:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:81:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:94:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:101:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:73:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:109:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:81:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:101:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:114:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:110:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:123:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:129:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:101:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:138:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:110:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:118:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:131:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:126:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:139:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:146:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:118:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedWildcardType.swift:154:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:126:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:40:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:53:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:49:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:62:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:53:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:40:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:62:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:49:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:57:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:70:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:65:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:78:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedArrayType.swift:70:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:57:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedArrayType.swift:78:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedType.swift:65:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:73:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:86:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:81:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:94:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:86:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:73:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:94:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:81:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:101:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:114:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:110:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:123:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:114:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:101:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:123:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedType.swift:110:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:118:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:131:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:126:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:139:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:131:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:118:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedArrayType.swift:139:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedType.swift:126:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:40:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:53:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:49:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:62:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:57:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:70:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:65:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:78:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:73:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:86:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:81:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:94:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:101:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:114:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:110:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:123:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:118:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:131:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:126:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:139:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/Retention.swift:80:15: error: overriding declaration requires an 'override' keyword - open func annotationType() -> java_swift.JavaClass! { - ^ - override -java_lang/Sources/Annotation.swift:79:15: note: overridden declaration is here - open func annotationType() -> java_swift.JavaClass! { - ^ -java_lang/Sources/AnnotatedType.swift:40:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:53:15: note: overridden declaration is here - open func getAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:49:15: error: overriding declaration requires an 'override' keyword - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:62:15: note: overridden declaration is here - open func getAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:57:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:70:15: note: overridden declaration is here - open func isAnnotationPresent( arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:65:15: error: overriding declaration requires an 'override' keyword - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ - override -java_lang/Sources/AnnotatedElement.swift:78:15: note: overridden declaration is here - open func isAnnotationPresent( _ _arg0: java_swift.JavaClass? ) -> Bool { - ^ -java_lang/Sources/AnnotatedType.swift:73:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:86:15: note: overridden declaration is here - open func getAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:81:15: error: overriding declaration requires an 'override' keyword - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:94:15: note: overridden declaration is here - open func getAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:101:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:114:15: note: overridden declaration is here - open func getDeclaredAnnotation( arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:110:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:123:15: note: overridden declaration is here - open func getDeclaredAnnotation( _ _arg0: java_swift.JavaClass? ) -> Annotation! { - ^ -java_lang/Sources/AnnotatedType.swift:118:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:131:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -java_lang/Sources/AnnotatedType.swift:126:15: error: overriding declaration requires an 'override' keyword - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ - override -java_lang/Sources/AnnotatedElement.swift:139:15: note: overridden declaration is here - open func getDeclaredAnnotationsByType( _ _arg0: java_swift.JavaClass? ) -> [Annotation]! { - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/java_lang.swift:22:38: error: use of unresolved identifier 'Class' - if let targetClass = try Class.forName( toJavaClass ) { - ^~~~~ -CoreServices.pClass:1:12: note: did you mean 'pClass'? -public var pClass: OSType { get } - ^ -Build settings from command line: - SYMROOT = /tmp -java_lang/Sources/java_lang.swift:22:38: error: use of unresolved identifier 'Class' - if let targetClass = try Class.forName( toJavaClass ) { - ^~~~~ -CoreServices.pClass:1:12: note: did you mean 'pClass'? -public var pClass: OSType { get } - ^ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-non-framework-target-headers.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-project-headers.hmap -write-file /tmp/CJavaVM.build/all-product-headers.yaml -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-own-target-headers.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-generated-files.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64 -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM.LinkFileList -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-target-headers.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/CJavaVM.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/CJavaVM.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/CJavaVM.framework/Headers -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/CJavaVM.framework/Modules -/bin/ln -sfh Versions/Current/CJavaVM /tmp/Debug/CJavaVM.framework/CJavaVM -ProcessInfoPlistFile /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility CJavaVM/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist -CompileC /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM_vers.o /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ld /tmp/Debug/CJavaVM.framework/Versions/A/CJavaVM normal x86_64 -CpHeader CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers/CJavaVM.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks CJavaVM/CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers -Ditto /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules -Touch /tmp/Debug/CJavaVM.framework - /usr/bin/touch -c /tmp/Debug/CJavaVM.framework -Write auxiliary files -write-file /tmp/java_swift.build/Debug/java_swift.build/module.modulemap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module.modulemap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64 -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-OutputFileMap.json -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-non-framework-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-own-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-project-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module-overlay.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/swift-overrides.hmap -write-file /tmp/java_swift.build/all-product-headers.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-generated-files.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.LinkFileList -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift.hmap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/DerivedSources -write-file /tmp/java_swift.build/Debug/java_swift.build/DerivedSources/java_swift_vers.c -Create product structure -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_swift.framework/Modules -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_swift.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_swift.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_swift.framework/Headers -/bin/ln -sfh Versions/Current/java_swift /tmp/Debug/java_swift.framework/java_swift -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -java_swift/Sources/JavaJNI.swift:100:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaJNI.swift:100:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift-Swift.h /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-Swift.h - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-Swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift-Swift.h -CompileC /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift_vers.o /tmp/java_swift.build/Debug/java_swift.build/DerivedSources/java_swift_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -CpHeader java_swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks java_swift/java_swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers -Ditto /tmp/java_swift.build/Debug/java_swift.build/module.modulemap /tmp/Debug/java_swift.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/java_swift.build/Debug/java_swift.build/module.modulemap /tmp/Debug/java_swift.framework/Versions/A/Modules -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -Write auxiliary files -write-file /tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/module.modulemap -/bin/mkdir -p /tmp/java_lang.build/Debug/java_lang.build/DerivedSources -write-file /tmp/java_lang.build/Debug/java_lang.build/DerivedSources/java_lang_vers.c -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -/bin/mkdir -p /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64 -write-file /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-OutputFileMap.json -write-file /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.LinkFileList -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/unextended-module.modulemap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-all-target-headers.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -write-file /tmp/java_lang.build/all-product-headers.yaml -Create product structure -/bin/mkdir -p /tmp/Debug/java_lang.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_lang.framework/Modules -/bin/mkdir -p /tmp/Debug/java_lang.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_lang.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_lang.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_lang.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_lang.framework/Headers -/bin/ln -sfh Versions/Current/java_lang /tmp/Debug/java_lang.framework/java_lang -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-project-headers.hmap -write-file /tmp/CJavaVM.build/all-product-headers.yaml -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-own-target-headers.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-target-headers.hmap -ProcessInfoPlistFile /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility CJavaVM/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist -CompileC /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM_vers.o /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ld /tmp/Debug/CJavaVM.framework/Versions/A/CJavaVM normal x86_64 -CpHeader CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers/CJavaVM.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks CJavaVM/CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers -Ditto /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules -Touch /tmp/Debug/CJavaVM.framework - /usr/bin/touch -c /tmp/Debug/CJavaVM.framework -Write auxiliary files -write-file /tmp/java_swift.build/Debug/java_swift.build/module.modulemap -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-OutputFileMap.json -write-file /tmp/java_swift.build/all-product-headers.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.LinkFileList -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift.hmap -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -java_swift/Sources/JNICore.swift:100:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:100:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-non-framework-target-headers.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-project-headers.hmap -write-file /tmp/CJavaVM.build/all-product-headers.yaml -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-own-target-headers.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-generated-files.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64 -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM.LinkFileList -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-target-headers.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/CJavaVM.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/CJavaVM.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/CJavaVM.framework/Headers -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/CJavaVM.framework/Modules -/bin/ln -sfh Versions/Current/CJavaVM /tmp/Debug/CJavaVM.framework/CJavaVM -ProcessInfoPlistFile /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility CJavaVM/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist -CompileC /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM_vers.o /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ld /tmp/Debug/CJavaVM.framework/Versions/A/CJavaVM normal x86_64 -CpHeader CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers/CJavaVM.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks CJavaVM/CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers -Ditto /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules -Touch /tmp/Debug/CJavaVM.framework - /usr/bin/touch -c /tmp/Debug/CJavaVM.framework -Write auxiliary files -write-file /tmp/java_swift.build/Debug/java_swift.build/module.modulemap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module.modulemap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64 -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-OutputFileMap.json -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-non-framework-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-own-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-project-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module-overlay.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/swift-overrides.hmap -write-file /tmp/java_swift.build/all-product-headers.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-generated-files.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.LinkFileList -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift.hmap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/DerivedSources -write-file /tmp/java_swift.build/Debug/java_swift.build/DerivedSources/java_swift_vers.c -Create product structure -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_swift.framework/Modules -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_swift.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_swift.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_swift.framework/Headers -/bin/ln -sfh Versions/Current/java_swift /tmp/Debug/java_swift.framework/java_swift -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -java_swift/Sources/JNICore.swift:115:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:115:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaObject.swift:41:19: error: use of unresolved identifier 'Throwable' - throw Throwable( javaObject: throwable ) - ^~~~~~~~~ -java_swift/Sources/JavaObject.swift:40:16: note: did you mean 'throwable'? - if let throwable = JNI.ExceptionCheck() { - ^ -CJavaVM.jthrowable:1:18: note: did you mean 'jthrowable'? -public typealias jthrowable = jobject - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:41:19: error: use of unresolved identifier 'Throwable' - throw Throwable( javaObject: throwable ) - ^~~~~~~~~ -java_swift/Sources/JavaObject.swift:40:16: note: did you mean 'throwable'? - if let throwable = JNI.ExceptionCheck() { - ^ -CJavaVM.jthrowable:1:18: note: did you mean 'jthrowable'? -public typealias jthrowable = jobject - ^ -java_swift/Sources/JNICore.swift:115:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:115:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:41:19: error: 'Throwable' is not convertible to 'Error'; did you mean to use 'as!' to force downcast? - throw Throwable( javaObject: throwable ) - ^ - as! Error -java_swift/Sources/JNICore.swift:115:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:115:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:41:19: error: 'Throwable' is not convertible to 'Error'; did you mean to use 'as!' to force downcast? - throw Throwable( javaObject: throwable ) - ^ - as! Error -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:41:19: error: 'Throwable' is not convertible to 'Error'; did you mean to use 'as!' to force downcast? - throw Throwable( javaObject: throwable ) - ^ - as! Error -java_swift/Sources/JNICore.swift:115:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:115:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNICore.swift:115:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:115:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaObject.swift:41:19: error: 'Throwable' is not convertible to 'Error'; did you mean to use 'as!' to force downcast? - throw Throwable( javaObject: throwable ) - ^ - as! Error -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:41:19: error: 'Throwable' is not convertible to 'Error'; did you mean to use 'as!' to force downcast? - throw Throwable( javaObject: throwable ) - ^ - as! Error -java_swift/Sources/JNICore.swift:115:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:115:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:41:19: error: 'Throwable' is not convertible to 'Error'; did you mean to use 'as!' to force downcast? - throw Throwable( javaObject: throwable ) - ^ - as! Error -java_swift/Sources/JNICore.swift:115:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:115:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNICore.swift:115:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:115:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift-Swift.h /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-Swift.h - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-Swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift-Swift.h -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -CompileC /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift_vers.o /tmp/java_swift.build/Debug/java_swift.build/DerivedSources/java_swift_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -CpHeader java_swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks java_swift/java_swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers -Ditto /tmp/java_swift.build/Debug/java_swift.build/module.modulemap /tmp/Debug/java_swift.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/java_swift.build/Debug/java_swift.build/module.modulemap /tmp/Debug/java_swift.framework/Versions/A/Modules -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -Write auxiliary files -write-file /tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/module.modulemap -/bin/mkdir -p /tmp/java_lang.build/Debug/java_lang.build/DerivedSources -write-file /tmp/java_lang.build/Debug/java_lang.build/DerivedSources/java_lang_vers.c -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -/bin/mkdir -p /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64 -write-file /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-OutputFileMap.json -write-file /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.LinkFileList -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/unextended-module.modulemap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-all-target-headers.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -write-file /tmp/java_lang.build/all-product-headers.yaml -Create product structure -/bin/mkdir -p /tmp/Debug/java_lang.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_lang.framework/Modules -/bin/mkdir -p /tmp/Debug/java_lang.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_lang.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_lang.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_lang.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_lang.framework/Headers -/bin/ln -sfh Versions/Current/java_lang /tmp/Debug/java_lang.framework/java_lang -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang-Swift.h /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-Swift.h - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-Swift.h /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang-Swift.h -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -CompileC /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang_vers.o /tmp/java_lang.build/Debug/java_lang.build/DerivedSources/java_lang_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -CpHeader java_lang.h /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks java_lang/java_lang.h /tmp/Debug/java_lang.framework/Versions/A/Headers -Ditto /tmp/java_lang.build/Debug/java_lang.build/module.modulemap /tmp/Debug/java_lang.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/java_lang.build/Debug/java_lang.build/module.modulemap /tmp/Debug/java_lang.framework/Versions/A/Modules -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -Write auxiliary files -write-file /tmp/java_util.build/all-product-headers.yaml -write-file /tmp/java_util.build/Debug/java_util.build/java_util-generated-files.hmap -write-file /tmp/java_util.build/Debug/java_util.build/swift-overrides.hmap -write-file /tmp/java_util.build/Debug/java_util.build/unextended-module-overlay.yaml -/bin/mkdir -p /tmp/java_util.build/Debug/java_util.build/DerivedSources -write-file /tmp/java_util.build/Debug/java_util.build/DerivedSources/java_util_vers.c -write-file /tmp/java_util.build/Debug/java_util.build/unextended-module.modulemap -/bin/mkdir -p /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64 -write-file /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util-OutputFileMap.json -write-file /tmp/java_util.build/Debug/java_util.build/java_util-own-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util-all-non-framework-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util-project-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/module.modulemap -write-file /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util.LinkFileList -write-file /tmp/java_util.build/Debug/java_util.build/java_util-all-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_util.framework/Modules -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_util.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_util.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_util.framework/Headers -/bin/ln -sfh Versions/Current/java_util /tmp/Debug/java_util.framework/java_util -ProcessInfoPlistFile /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_util/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNICore.swift:115:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:115:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-non-framework-target-headers.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-project-headers.hmap -write-file /tmp/CJavaVM.build/all-product-headers.yaml -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-own-target-headers.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-generated-files.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64 -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM.LinkFileList -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-target-headers.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/CJavaVM.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/CJavaVM.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/CJavaVM.framework/Headers -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/CJavaVM.framework/Modules -/bin/ln -sfh Versions/Current/CJavaVM /tmp/Debug/CJavaVM.framework/CJavaVM -ProcessInfoPlistFile /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility CJavaVM/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist -CompileC /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM_vers.o /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ld /tmp/Debug/CJavaVM.framework/Versions/A/CJavaVM normal x86_64 -CpHeader CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers/CJavaVM.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks CJavaVM/CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers -Ditto /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules -Touch /tmp/Debug/CJavaVM.framework - /usr/bin/touch -c /tmp/Debug/CJavaVM.framework -“Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly. -Build settings from command line: - SYMROOT = /tmp -“Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly. -Build settings from command line: - SYMROOT = /tmp -“Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly. -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -“Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly. -Build settings from command line: - SYMROOT = /tmp -“Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly. -Build settings from command line: - SYMROOT = /tmp -“Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly. -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-non-framework-target-headers.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-project-headers.hmap -write-file /tmp/CJavaVM.build/all-product-headers.yaml -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-own-target-headers.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-generated-files.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64 -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM.LinkFileList -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-target-headers.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/CJavaVM.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/CJavaVM.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/CJavaVM.framework/Headers -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/CJavaVM.framework/Modules -/bin/ln -sfh Versions/Current/CJavaVM /tmp/Debug/CJavaVM.framework/CJavaVM -ProcessInfoPlistFile /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility CJavaVM/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist -CompileC /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM_vers.o /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ld /tmp/Debug/CJavaVM.framework/Versions/A/CJavaVM normal x86_64 -CpHeader CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers/CJavaVM.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks CJavaVM/CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers -Ditto /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules -Touch /tmp/Debug/CJavaVM.framework - /usr/bin/touch -c /tmp/Debug/CJavaVM.framework -“Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly. -Build settings from command line: - SYMROOT = /tmp -“Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly. -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-non-framework-target-headers.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-project-headers.hmap -write-file /tmp/CJavaVM.build/all-product-headers.yaml -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-own-target-headers.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-generated-files.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64 -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM.LinkFileList -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-target-headers.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/CJavaVM.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/CJavaVM.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/CJavaVM.framework/Headers -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/CJavaVM.framework/Modules -/bin/ln -sfh Versions/Current/CJavaVM /tmp/Debug/CJavaVM.framework/CJavaVM -ProcessInfoPlistFile /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility CJavaVM/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist -CompileC /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM_vers.o /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ld /tmp/Debug/CJavaVM.framework/Versions/A/CJavaVM normal x86_64 -CpHeader CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers/CJavaVM.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks CJavaVM/CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers -Ditto /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules -Touch /tmp/Debug/CJavaVM.framework - /usr/bin/touch -c /tmp/Debug/CJavaVM.framework -Write auxiliary files -write-file /tmp/java_swift.build/Debug/java_swift.build/module.modulemap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module.modulemap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64 -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-OutputFileMap.json -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-non-framework-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-own-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-project-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module-overlay.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/swift-overrides.hmap -write-file /tmp/java_swift.build/all-product-headers.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-generated-files.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.LinkFileList -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift.hmap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/DerivedSources -write-file /tmp/java_swift.build/Debug/java_swift.build/DerivedSources/java_swift_vers.c -Create product structure -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_swift.framework/Modules -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_swift.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_swift.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_swift.framework/Headers -/bin/ln -sfh Versions/Current/java_swift /tmp/Debug/java_swift.framework/java_swift -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -:0: error: no such file or directory: 'java_swift/Sources/JavaMap.swift' -:0: error: no such file or directory: 'java_swift/Sources/JavaSet.swift' -:0: error: no such file or directory: 'java_swift/Sources/HashMap.swift' -Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1 -Build settings from command line: - SYMROOT = /tmp -:0: error: no such file or directory: 'java_swift/Sources/JavaMap.swift' -:0: error: no such file or directory: 'java_swift/Sources/JavaSet.swift' -:0: error: no such file or directory: 'java_swift/Sources/HashMap.swift' -Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1 -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-non-framework-target-headers.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-project-headers.hmap -write-file /tmp/CJavaVM.build/all-product-headers.yaml -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-own-target-headers.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-generated-files.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64 -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM.LinkFileList -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-target-headers.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/CJavaVM.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/CJavaVM.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/CJavaVM.framework/Headers -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/CJavaVM.framework/Modules -/bin/ln -sfh Versions/Current/CJavaVM /tmp/Debug/CJavaVM.framework/CJavaVM -ProcessInfoPlistFile /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility CJavaVM/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist -CompileC /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM_vers.o /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ld /tmp/Debug/CJavaVM.framework/Versions/A/CJavaVM normal x86_64 -CpHeader CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers/CJavaVM.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks CJavaVM/CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers -Ditto /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules -Touch /tmp/Debug/CJavaVM.framework - /usr/bin/touch -c /tmp/Debug/CJavaVM.framework -Write auxiliary files -write-file /tmp/java_swift.build/Debug/java_swift.build/module.modulemap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module.modulemap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64 -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-OutputFileMap.json -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-non-framework-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-own-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-project-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module-overlay.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/swift-overrides.hmap -write-file /tmp/java_swift.build/all-product-headers.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-generated-files.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.LinkFileList -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift.hmap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/DerivedSources -write-file /tmp/java_swift.build/Debug/java_swift.build/DerivedSources/java_swift_vers.c -Create product structure -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_swift.framework/Modules -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_swift.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_swift.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_swift.framework/Headers -/bin/ln -sfh Versions/Current/java_swift /tmp/Debug/java_swift.framework/java_swift -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/HashMap.swift:199:15: error: overriding declaration requires an 'override' keyword - open func clone() -> JavaObject! { - ^ - override -java_swift/Sources/JavaObject.swift:151:15: note: overridden declaration is here - open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! { - ^ -java_swift/Sources/HashMap.swift:541:15: error: overriding declaration requires an 'override' keyword - open func equals( arg0: JavaObject? ) -> Bool { - ^ - override -java_swift/Sources/JavaObject.swift:98:15: note: overridden declaration is here - open func equals( arg0: JavaObject? ) -> Bool { - ^ -java_swift/Sources/HashMap.swift:549:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ - override -java_swift/Sources/JavaObject.swift:106:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_swift/Sources/HashMap.swift:557:15: error: overriding declaration requires an 'override' keyword - open func hashCode() -> Int { - ^ - override -java_swift/Sources/JavaObject.swift:126:15: note: overridden declaration is here - open func hashCode() -> Int { - ^ -Build settings from command line: - SYMROOT = /tmp -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -java_lang/Sources/StringBuilder.swift:92:15: error: overriding declaration requires an 'override' keyword - open func toString() -> String! { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func toString() -> String! - ^ -java_lang/Sources/StringBuffer.swift:96:15: error: overriding declaration requires an 'override' keyword - open func toString() -> String! { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func toString() -> String! - ^ -java_lang/Sources/StringBuffer.swift:96:15: error: overriding declaration requires an 'override' keyword - open func toString() -> String! { - ^ - override -java_swift.JavaObject:14:15: note: overridden declaration is here - open func toString() -> String! - ^ -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang-Swift.h /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-Swift.h - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-Swift.h /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang-Swift.h -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -CompileC /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang_vers.o /tmp/java_lang.build/Debug/java_lang.build/DerivedSources/java_lang_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -CpHeader java_lang.h /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks java_lang/java_lang.h /tmp/Debug/java_lang.framework/Versions/A/Headers -Ditto /tmp/java_lang.build/Debug/java_lang.build/module.modulemap /tmp/Debug/java_lang.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/java_lang.build/Debug/java_lang.build/module.modulemap /tmp/Debug/java_lang.framework/Versions/A/Modules -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -Write auxiliary files -write-file /tmp/java_util.build/all-product-headers.yaml -write-file /tmp/java_util.build/Debug/java_util.build/java_util-generated-files.hmap -write-file /tmp/java_util.build/Debug/java_util.build/swift-overrides.hmap -write-file /tmp/java_util.build/Debug/java_util.build/unextended-module-overlay.yaml -/bin/mkdir -p /tmp/java_util.build/Debug/java_util.build/DerivedSources -write-file /tmp/java_util.build/Debug/java_util.build/DerivedSources/java_util_vers.c -write-file /tmp/java_util.build/Debug/java_util.build/unextended-module.modulemap -/bin/mkdir -p /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64 -write-file /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util-OutputFileMap.json -write-file /tmp/java_util.build/Debug/java_util.build/java_util-own-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util-all-non-framework-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util-project-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/module.modulemap -write-file /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util.LinkFileList -write-file /tmp/java_util.build/Debug/java_util.build/java_util-all-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_util.framework/Modules -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_util.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_util.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_util.framework/Headers -/bin/ln -sfh Versions/Current/java_util /tmp/Debug/java_util.framework/java_util -ProcessInfoPlistFile /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_util/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -java_lang/Sources/MonitorInfo.swift:51:21: error: overriding declaration requires an 'override' keyword - open class func from( cd: /* interface javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:47:21: note: overridden declaration is here - open class func from( cd: /* interface javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/MonitorInfo.swift:60:21: error: overriding declaration requires an 'override' keyword - open class func from( _ _cd: /* interface javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:56:21: note: overridden declaration is here - open class func from( _ _cd: /* interface javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/MonitorInfo.swift:51:21: error: overriding declaration requires an 'override' keyword - open class func from( cd: /* interface javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:47:21: note: overridden declaration is here - open class func from( cd: /* interface javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/MonitorInfo.swift:60:21: error: overriding declaration requires an 'override' keyword - open class func from( _ _cd: /* interface javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:56:21: note: overridden declaration is here - open class func from( _ _cd: /* interface javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/MonitorInfo.swift:51:21: error: overriding declaration requires an 'override' keyword - open class func from( cd: /* interface javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:47:21: note: overridden declaration is here - open class func from( cd: /* interface javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -java_lang/Sources/MonitorInfo.swift:60:21: error: overriding declaration requires an 'override' keyword - open class func from( _ _cd: /* interface javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> MonitorInfo! { - ^ - override -java_lang/Sources/LockInfo.swift:56:21: note: overridden declaration is here - open class func from( _ _cd: /* interface javax.management.openmbean.CompositeData */ UnavailableProtocol? ) -> LockInfo! { - ^ -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -Ld /tmp/Debug/java_util.framework/Versions/A/java_util normal x86_64 -Touch /tmp/Debug/java_util.framework - /usr/bin/touch -c /tmp/Debug/java_util.framework -Ld /tmp/Debug/java_sql.framework/Versions/A/java_sql normal x86_64 -Touch /tmp/Debug/java_sql.framework - /usr/bin/touch -c /tmp/Debug/java_sql.framework -Ld /tmp/Debug/java_awt.framework/Versions/A/java_awt normal x86_64 -Touch /tmp/Debug/java_awt.framework - /usr/bin/touch -c /tmp/Debug/java_awt.framework -Ld /tmp/Debug/javax_swing.framework/Versions/A/javax_swing normal x86_64 -Touch /tmp/Debug/javax_swing.framework - /usr/bin/touch -c /tmp/Debug/javax_swing.framework -Ld /tmp/Debug/examples normal x86_64 -CodeSign /tmp/Debug/examples - -Signing Identity: "-" - /usr/bin/codesign --force --sign - --timestamp=none /tmp/Debug/examples -** BUILD SUCCEEDED ** -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-non-framework-target-headers.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-project-headers.hmap -write-file /tmp/CJavaVM.build/all-product-headers.yaml -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-own-target-headers.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-generated-files.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64 -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM.LinkFileList -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-target-headers.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/CJavaVM.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/CJavaVM.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/CJavaVM.framework/Headers -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/CJavaVM.framework/Modules -/bin/ln -sfh Versions/Current/CJavaVM /tmp/Debug/CJavaVM.framework/CJavaVM -ProcessInfoPlistFile /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility CJavaVM/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist -CompileC /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM_vers.o /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ld /tmp/Debug/CJavaVM.framework/Versions/A/CJavaVM normal x86_64 -CpHeader CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers/CJavaVM.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks CJavaVM/CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers -Ditto /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules -Touch /tmp/Debug/CJavaVM.framework - /usr/bin/touch -c /tmp/Debug/CJavaVM.framework -Write auxiliary files -write-file /tmp/java_swift.build/Debug/java_swift.build/module.modulemap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module.modulemap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64 -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-OutputFileMap.json -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-non-framework-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-own-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-project-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module-overlay.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/swift-overrides.hmap -write-file /tmp/java_swift.build/all-product-headers.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-generated-files.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.LinkFileList -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift.hmap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/DerivedSources -write-file /tmp/java_swift.build/Debug/java_swift.build/DerivedSources/java_swift_vers.c -Create product structure -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_swift.framework/Modules -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_swift.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_swift.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_swift.framework/Headers -/bin/ln -sfh Versions/Current/java_swift /tmp/Debug/java_swift.framework/java_swift -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaEnum.swift:43:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! { - ^ - override -java_swift/Sources/JavaObject.swift:33:15: note: overridden declaration is here - open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! { - ^ -java_swift/Sources/JavaEnum.swift:99:15: error: overriding declaration requires an 'override' keyword - open func equals( _ _other: JavaObject? ) -> Bool { - ^ - override -java_swift/Sources/JavaObject.swift:57:15: note: overridden declaration is here - open func equals( _ _arg0: JavaObject? ) -> Bool { - ^ -java_swift/Sources/JavaEnum.swift:107:15: error: overriding declaration requires an 'override' keyword - open func finalize() { - ^ - override -java_swift/Sources/JavaObject.swift:65:15: note: overridden declaration is here - open func finalize() throws /* java.lang.Throwable */ { - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:312:45: error: cannot invoke 'toSwift' with an argument list of type '(type: [T], from: jobject)' - let value = JNIType.toSwift( type: [T].self, from: valref ) { - ^ -java_swift/Sources/JNIObject.swift:312:45: note: overloads for 'toSwift' exist with these partially matching parameter lists: (type: Bool.Type, from: jboolean, consume: Bool), (type: [Bool].Type, from: jobject?, consume: Bool), (type: [[Bool]].Type, from: jobject?, consume: Bool), (type: Int8.Type, from: jbyte, consume: Bool), (type: [Int8].Type, from: jobject?, consume: Bool), (type: [[Int8]].Type, from: jobject?, consume: Bool), (type: Int16.Type, from: jshort, consume: Bool), (type: [Int16].Type, from: jobject?, consume: Bool), (type: [[Int16]].Type, from: jobject?, consume: Bool), (type: UInt16.Type, from: jchar, consume: Bool), (type: [UInt16].Type, from: jobject?, consume: Bool), (type: [[UInt16]].Type, from: jobject?, consume: Bool), (type: Int32.Type, from: jint, consume: Bool), (type: [Int32].Type, from: jobject?, consume: Bool), (type: [[Int32]].Type, from: jobject?, consume: Bool), (type: Int.Type, from: jint, consume: Bool), (type: [Int].Type, from: jobject?, consume: Bool), (type: [[Int]].Type, from: jobject?, consume: Bool), (type: Int64.Type, from: jlong, consume: Bool), (type: [Int64].Type, from: jobject?, consume: Bool), (type: [[Int64]].Type, from: jobject?, consume: Bool), (type: Float.Type, from: jfloat, consume: Bool), (type: [Float].Type, from: jobject?, consume: Bool), (type: [[Float]].Type, from: jobject?, consume: Bool), (type: Double.Type, from: jdouble, consume: Bool), (type: [Double].Type, from: jobject?, consume: Bool), (type: [[Double]].Type, from: jobject?, consume: Bool), (type: String, from: jstring?, consume: Bool), (type: [String].Type, from: jobject?, consume: Bool), (type: [[String]].Type, from: jobject?, consume: Bool), (type: Int32, from: jint, consume: Bool), (type: T.Type, from: jobject?, consume: Bool), (type: [T].Type, from: jobject?, consume: Bool), (type: [[T]].Type, from: jobject?, consume: Bool), (type: [String : T], from: jobject?, consume: Bool), (type: [String : [T]], from: jobject?, consume: Bool), (type: [String : String], from: jobject?, consume: Bool), (type: [String : [String]], from: jobject?, consume: Bool) - let value = JNIType.toSwift( type: [T].self, from: valref ) { - ^ -java_swift/Sources/JNIObject.swift:357:46: error: cannot invoke 'toSwift' with an argument list of type '(type: String.Type, from: jobject)' - let keystr = JNIType.toSwift( type: String.self, from: keyref ), - ^ -java_swift/Sources/JNIObject.swift:357:46: note: overloads for 'toSwift' exist with these partially matching parameter lists: (type: Bool.Type, from: jboolean, consume: Bool), (type: [Bool].Type, from: jobject?, consume: Bool), (type: [[Bool]].Type, from: jobject?, consume: Bool), (type: Int8.Type, from: jbyte, consume: Bool), (type: [Int8].Type, from: jobject?, consume: Bool), (type: [[Int8]].Type, from: jobject?, consume: Bool), (type: Int16.Type, from: jshort, consume: Bool), (type: [Int16].Type, from: jobject?, consume: Bool), (type: [[Int16]].Type, from: jobject?, consume: Bool), (type: UInt16.Type, from: jchar, consume: Bool), (type: [UInt16].Type, from: jobject?, consume: Bool), (type: [[UInt16]].Type, from: jobject?, consume: Bool), (type: Int32.Type, from: jint, consume: Bool), (type: [Int32].Type, from: jobject?, consume: Bool), (type: [[Int32]].Type, from: jobject?, consume: Bool), (type: Int.Type, from: jint, consume: Bool), (type: [Int].Type, from: jobject?, consume: Bool), (type: [[Int]].Type, from: jobject?, consume: Bool), (type: Int64.Type, from: jlong, consume: Bool), (type: [Int64].Type, from: jobject?, consume: Bool), (type: [[Int64]].Type, from: jobject?, consume: Bool), (type: Float.Type, from: jfloat, consume: Bool), (type: [Float].Type, from: jobject?, consume: Bool), (type: [[Float]].Type, from: jobject?, consume: Bool), (type: Double.Type, from: jdouble, consume: Bool), (type: [Double].Type, from: jobject?, consume: Bool), (type: [[Double]].Type, from: jobject?, consume: Bool), (type: String, from: jstring?, consume: Bool), (type: [String].Type, from: jobject?, consume: Bool), (type: [[String]].Type, from: jobject?, consume: Bool), (type: Int32, from: jint, consume: Bool), (type: T.Type, from: jobject?, consume: Bool), (type: [T].Type, from: jobject?, consume: Bool), (type: [[T]].Type, from: jobject?, consume: Bool), (type: [String : T], from: jobject?, consume: Bool), (type: [String : [T]], from: jobject?, consume: Bool), (type: [String : String], from: jobject?, consume: Bool), (type: [String : [String]], from: jobject?, consume: Bool) - let keystr = JNIType.toSwift( type: String.self, from: keyref ), - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:312:45: error: cannot invoke 'toSwift' with an argument list of type '(type: [T], from: jobject)' - let value = JNIType.toSwift( type: [T].self, from: valref ) { - ^ -java_swift/Sources/JNIObject.swift:312:45: note: overloads for 'toSwift' exist with these partially matching parameter lists: (type: Bool.Type, from: jboolean, consume: Bool), (type: [Bool].Type, from: jobject?, consume: Bool), (type: [[Bool]].Type, from: jobject?, consume: Bool), (type: Int8.Type, from: jbyte, consume: Bool), (type: [Int8].Type, from: jobject?, consume: Bool), (type: [[Int8]].Type, from: jobject?, consume: Bool), (type: Int16.Type, from: jshort, consume: Bool), (type: [Int16].Type, from: jobject?, consume: Bool), (type: [[Int16]].Type, from: jobject?, consume: Bool), (type: UInt16.Type, from: jchar, consume: Bool), (type: [UInt16].Type, from: jobject?, consume: Bool), (type: [[UInt16]].Type, from: jobject?, consume: Bool), (type: Int32.Type, from: jint, consume: Bool), (type: [Int32].Type, from: jobject?, consume: Bool), (type: [[Int32]].Type, from: jobject?, consume: Bool), (type: Int.Type, from: jint, consume: Bool), (type: [Int].Type, from: jobject?, consume: Bool), (type: [[Int]].Type, from: jobject?, consume: Bool), (type: Int64.Type, from: jlong, consume: Bool), (type: [Int64].Type, from: jobject?, consume: Bool), (type: [[Int64]].Type, from: jobject?, consume: Bool), (type: Float.Type, from: jfloat, consume: Bool), (type: [Float].Type, from: jobject?, consume: Bool), (type: [[Float]].Type, from: jobject?, consume: Bool), (type: Double.Type, from: jdouble, consume: Bool), (type: [Double].Type, from: jobject?, consume: Bool), (type: [[Double]].Type, from: jobject?, consume: Bool), (type: String, from: jstring?, consume: Bool), (type: [String].Type, from: jobject?, consume: Bool), (type: [[String]].Type, from: jobject?, consume: Bool), (type: Int32, from: jint, consume: Bool), (type: T.Type, from: jobject?, consume: Bool), (type: [T].Type, from: jobject?, consume: Bool), (type: [[T]].Type, from: jobject?, consume: Bool), (type: [String : T], from: jobject?, consume: Bool), (type: [String : [T]], from: jobject?, consume: Bool), (type: [String : String], from: jobject?, consume: Bool), (type: [String : [String]], from: jobject?, consume: Bool) - let value = JNIType.toSwift( type: [T].self, from: valref ) { - ^ -java_swift/Sources/JNIObject.swift:357:46: error: cannot invoke 'toSwift' with an argument list of type '(type: String.Type, from: jobject)' - let keystr = JNIType.toSwift( type: String.self, from: keyref ), - ^ -java_swift/Sources/JNIObject.swift:357:46: note: overloads for 'toSwift' exist with these partially matching parameter lists: (type: Bool.Type, from: jboolean, consume: Bool), (type: [Bool].Type, from: jobject?, consume: Bool), (type: [[Bool]].Type, from: jobject?, consume: Bool), (type: Int8.Type, from: jbyte, consume: Bool), (type: [Int8].Type, from: jobject?, consume: Bool), (type: [[Int8]].Type, from: jobject?, consume: Bool), (type: Int16.Type, from: jshort, consume: Bool), (type: [Int16].Type, from: jobject?, consume: Bool), (type: [[Int16]].Type, from: jobject?, consume: Bool), (type: UInt16.Type, from: jchar, consume: Bool), (type: [UInt16].Type, from: jobject?, consume: Bool), (type: [[UInt16]].Type, from: jobject?, consume: Bool), (type: Int32.Type, from: jint, consume: Bool), (type: [Int32].Type, from: jobject?, consume: Bool), (type: [[Int32]].Type, from: jobject?, consume: Bool), (type: Int.Type, from: jint, consume: Bool), (type: [Int].Type, from: jobject?, consume: Bool), (type: [[Int]].Type, from: jobject?, consume: Bool), (type: Int64.Type, from: jlong, consume: Bool), (type: [Int64].Type, from: jobject?, consume: Bool), (type: [[Int64]].Type, from: jobject?, consume: Bool), (type: Float.Type, from: jfloat, consume: Bool), (type: [Float].Type, from: jobject?, consume: Bool), (type: [[Float]].Type, from: jobject?, consume: Bool), (type: Double.Type, from: jdouble, consume: Bool), (type: [Double].Type, from: jobject?, consume: Bool), (type: [[Double]].Type, from: jobject?, consume: Bool), (type: String, from: jstring?, consume: Bool), (type: [String].Type, from: jobject?, consume: Bool), (type: [[String]].Type, from: jobject?, consume: Bool), (type: Int32, from: jint, consume: Bool), (type: T.Type, from: jobject?, consume: Bool), (type: [T].Type, from: jobject?, consume: Bool), (type: [[T]].Type, from: jobject?, consume: Bool), (type: [String : T], from: jobject?, consume: Bool), (type: [String : [T]], from: jobject?, consume: Bool), (type: [String : String], from: jobject?, consume: Bool), (type: [String : [String]], from: jobject?, consume: Bool) - let keystr = JNIType.toSwift( type: String.self, from: keyref ), - ^ -java_swift/Sources/JavaClass.swift:269:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/JavaClass.swift:754:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/JavaClass.swift:852:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/JavaClass.swift:877:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/JavaClass.swift:1105:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/JavaObject.swift:132:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/JavaEnum.swift:137:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/Throwable.swift:178:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/Throwable.swift:190:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:312:45: error: cannot invoke 'toSwift' with an argument list of type '(type: [T], from: jobject)' - let value = JNIType.toSwift( type: [T].self, from: valref ) { - ^ -java_swift/Sources/JNIObject.swift:312:45: note: overloads for 'toSwift' exist with these partially matching parameter lists: (type: Bool.Type, from: jboolean, consume: Bool), (type: [Bool].Type, from: jobject?, consume: Bool), (type: [[Bool]].Type, from: jobject?, consume: Bool), (type: Int8.Type, from: jbyte, consume: Bool), (type: [Int8].Type, from: jobject?, consume: Bool), (type: [[Int8]].Type, from: jobject?, consume: Bool), (type: Int16.Type, from: jshort, consume: Bool), (type: [Int16].Type, from: jobject?, consume: Bool), (type: [[Int16]].Type, from: jobject?, consume: Bool), (type: UInt16.Type, from: jchar, consume: Bool), (type: [UInt16].Type, from: jobject?, consume: Bool), (type: [[UInt16]].Type, from: jobject?, consume: Bool), (type: Int32.Type, from: jint, consume: Bool), (type: [Int32].Type, from: jobject?, consume: Bool), (type: [[Int32]].Type, from: jobject?, consume: Bool), (type: Int.Type, from: jint, consume: Bool), (type: [Int].Type, from: jobject?, consume: Bool), (type: [[Int]].Type, from: jobject?, consume: Bool), (type: Int64.Type, from: jlong, consume: Bool), (type: [Int64].Type, from: jobject?, consume: Bool), (type: [[Int64]].Type, from: jobject?, consume: Bool), (type: Float.Type, from: jfloat, consume: Bool), (type: [Float].Type, from: jobject?, consume: Bool), (type: [[Float]].Type, from: jobject?, consume: Bool), (type: Double.Type, from: jdouble, consume: Bool), (type: [Double].Type, from: jobject?, consume: Bool), (type: [[Double]].Type, from: jobject?, consume: Bool), (type: String, from: jstring?, consume: Bool), (type: [String].Type, from: jobject?, consume: Bool), (type: [[String]].Type, from: jobject?, consume: Bool), (type: Int32, from: jint, consume: Bool), (type: T.Type, from: jobject?, consume: Bool), (type: [T].Type, from: jobject?, consume: Bool), (type: [[T]].Type, from: jobject?, consume: Bool), (type: [String : T], from: jobject?, consume: Bool), (type: [String : [T]], from: jobject?, consume: Bool), (type: [String : String], from: jobject?, consume: Bool), (type: [String : [String]], from: jobject?, consume: Bool) - let value = JNIType.toSwift( type: [T].self, from: valref ) { - ^ -java_swift/Sources/JNIObject.swift:357:46: error: cannot invoke 'toSwift' with an argument list of type '(type: String.Type, from: jobject)' - let keystr = JNIType.toSwift( type: String.self, from: keyref ), - ^ -java_swift/Sources/JNIObject.swift:357:46: note: overloads for 'toSwift' exist with these partially matching parameter lists: (type: Bool.Type, from: jboolean, consume: Bool), (type: [Bool].Type, from: jobject?, consume: Bool), (type: [[Bool]].Type, from: jobject?, consume: Bool), (type: Int8.Type, from: jbyte, consume: Bool), (type: [Int8].Type, from: jobject?, consume: Bool), (type: [[Int8]].Type, from: jobject?, consume: Bool), (type: Int16.Type, from: jshort, consume: Bool), (type: [Int16].Type, from: jobject?, consume: Bool), (type: [[Int16]].Type, from: jobject?, consume: Bool), (type: UInt16.Type, from: jchar, consume: Bool), (type: [UInt16].Type, from: jobject?, consume: Bool), (type: [[UInt16]].Type, from: jobject?, consume: Bool), (type: Int32.Type, from: jint, consume: Bool), (type: [Int32].Type, from: jobject?, consume: Bool), (type: [[Int32]].Type, from: jobject?, consume: Bool), (type: Int.Type, from: jint, consume: Bool), (type: [Int].Type, from: jobject?, consume: Bool), (type: [[Int]].Type, from: jobject?, consume: Bool), (type: Int64.Type, from: jlong, consume: Bool), (type: [Int64].Type, from: jobject?, consume: Bool), (type: [[Int64]].Type, from: jobject?, consume: Bool), (type: Float.Type, from: jfloat, consume: Bool), (type: [Float].Type, from: jobject?, consume: Bool), (type: [[Float]].Type, from: jobject?, consume: Bool), (type: Double.Type, from: jdouble, consume: Bool), (type: [Double].Type, from: jobject?, consume: Bool), (type: [[Double]].Type, from: jobject?, consume: Bool), (type: String, from: jstring?, consume: Bool), (type: [String].Type, from: jobject?, consume: Bool), (type: [[String]].Type, from: jobject?, consume: Bool), (type: Int32, from: jint, consume: Bool), (type: T.Type, from: jobject?, consume: Bool), (type: [T].Type, from: jobject?, consume: Bool), (type: [[T]].Type, from: jobject?, consume: Bool), (type: [String : T], from: jobject?, consume: Bool), (type: [String : [T]], from: jobject?, consume: Bool), (type: [String : String], from: jobject?, consume: Bool), (type: [String : [String]], from: jobject?, consume: Bool) - let keystr = JNIType.toSwift( type: String.self, from: keyref ), - ^ -java_swift/Sources/JavaClass.swift:269:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/JavaClass.swift:754:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/JavaClass.swift:852:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/JavaClass.swift:877:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/JavaClass.swift:1105:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/JavaObject.swift:132:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/JavaEnum.swift:137:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/Throwable.swift:178:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/Throwable.swift:190:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNIObject.swift:312:45: error: cannot invoke 'toSwift' with an argument list of type '(type: [T], from: jobject)' - let value = JNIType.toSwift( type: [T].self, from: valref ) { - ^ -java_swift/Sources/JNIObject.swift:312:45: note: overloads for 'toSwift' exist with these partially matching parameter lists: (type: Bool.Type, from: jboolean, consume: Bool), (type: [Bool].Type, from: jobject?, consume: Bool), (type: [[Bool]].Type, from: jobject?, consume: Bool), (type: Int8.Type, from: jbyte, consume: Bool), (type: [Int8].Type, from: jobject?, consume: Bool), (type: [[Int8]].Type, from: jobject?, consume: Bool), (type: Int16.Type, from: jshort, consume: Bool), (type: [Int16].Type, from: jobject?, consume: Bool), (type: [[Int16]].Type, from: jobject?, consume: Bool), (type: UInt16.Type, from: jchar, consume: Bool), (type: [UInt16].Type, from: jobject?, consume: Bool), (type: [[UInt16]].Type, from: jobject?, consume: Bool), (type: Int32.Type, from: jint, consume: Bool), (type: [Int32].Type, from: jobject?, consume: Bool), (type: [[Int32]].Type, from: jobject?, consume: Bool), (type: Int.Type, from: jint, consume: Bool), (type: [Int].Type, from: jobject?, consume: Bool), (type: [[Int]].Type, from: jobject?, consume: Bool), (type: Int64.Type, from: jlong, consume: Bool), (type: [Int64].Type, from: jobject?, consume: Bool), (type: [[Int64]].Type, from: jobject?, consume: Bool), (type: Float.Type, from: jfloat, consume: Bool), (type: [Float].Type, from: jobject?, consume: Bool), (type: [[Float]].Type, from: jobject?, consume: Bool), (type: Double.Type, from: jdouble, consume: Bool), (type: [Double].Type, from: jobject?, consume: Bool), (type: [[Double]].Type, from: jobject?, consume: Bool), (type: String, from: jstring?, consume: Bool), (type: [String].Type, from: jobject?, consume: Bool), (type: [[String]].Type, from: jobject?, consume: Bool), (type: Int32, from: jint, consume: Bool), (type: T.Type, from: jobject?, consume: Bool), (type: [T].Type, from: jobject?, consume: Bool), (type: [[T]].Type, from: jobject?, consume: Bool), (type: [String : T], from: jobject?, consume: Bool), (type: [String : [T]], from: jobject?, consume: Bool), (type: [String : String], from: jobject?, consume: Bool), (type: [String : [String]], from: jobject?, consume: Bool) - let value = JNIType.toSwift( type: [T].self, from: valref ) { - ^ -java_swift/Sources/JNIObject.swift:357:46: error: cannot invoke 'toSwift' with an argument list of type '(type: String.Type, from: jobject)' - let keystr = JNIType.toSwift( type: String.self, from: keyref ), - ^ -java_swift/Sources/JNIObject.swift:357:46: note: overloads for 'toSwift' exist with these partially matching parameter lists: (type: Bool.Type, from: jboolean, consume: Bool), (type: [Bool].Type, from: jobject?, consume: Bool), (type: [[Bool]].Type, from: jobject?, consume: Bool), (type: Int8.Type, from: jbyte, consume: Bool), (type: [Int8].Type, from: jobject?, consume: Bool), (type: [[Int8]].Type, from: jobject?, consume: Bool), (type: Int16.Type, from: jshort, consume: Bool), (type: [Int16].Type, from: jobject?, consume: Bool), (type: [[Int16]].Type, from: jobject?, consume: Bool), (type: UInt16.Type, from: jchar, consume: Bool), (type: [UInt16].Type, from: jobject?, consume: Bool), (type: [[UInt16]].Type, from: jobject?, consume: Bool), (type: Int32.Type, from: jint, consume: Bool), (type: [Int32].Type, from: jobject?, consume: Bool), (type: [[Int32]].Type, from: jobject?, consume: Bool), (type: Int.Type, from: jint, consume: Bool), (type: [Int].Type, from: jobject?, consume: Bool), (type: [[Int]].Type, from: jobject?, consume: Bool), (type: Int64.Type, from: jlong, consume: Bool), (type: [Int64].Type, from: jobject?, consume: Bool), (type: [[Int64]].Type, from: jobject?, consume: Bool), (type: Float.Type, from: jfloat, consume: Bool), (type: [Float].Type, from: jobject?, consume: Bool), (type: [[Float]].Type, from: jobject?, consume: Bool), (type: Double.Type, from: jdouble, consume: Bool), (type: [Double].Type, from: jobject?, consume: Bool), (type: [[Double]].Type, from: jobject?, consume: Bool), (type: String, from: jstring?, consume: Bool), (type: [String].Type, from: jobject?, consume: Bool), (type: [[String]].Type, from: jobject?, consume: Bool), (type: Int32, from: jint, consume: Bool), (type: T.Type, from: jobject?, consume: Bool), (type: [T].Type, from: jobject?, consume: Bool), (type: [[T]].Type, from: jobject?, consume: Bool), (type: [String : T], from: jobject?, consume: Bool), (type: [String : [T]], from: jobject?, consume: Bool), (type: [String : String], from: jobject?, consume: Bool), (type: [String : [String]], from: jobject?, consume: Bool) - let keystr = JNIType.toSwift( type: String.self, from: keyref ), - ^ -java_swift/Sources/JavaClass.swift:269:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/JavaClass.swift:754:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/JavaClass.swift:852:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/JavaClass.swift:877:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/JavaClass.swift:1105:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/JavaObject.swift:132:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/JavaEnum.swift:137:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/Throwable.swift:178:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -java_swift/Sources/Throwable.swift:190:39: error: cannot convert value of type 'String.Type' to expected argument type 'String' - return JNIType.toSwift( type: String.self, from: __return ) - ^~~~~~ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -java_lang/Sources/ProcessBuilder_Redirect_Type.swift:113:105: error: expected ',' separator - return __return?.arrayMap { ProcessBuilder_Redirect_Type( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/ProcessBuilder_Redirect_Type.swift:113:105: error: expected expression in list of expressions - return __return?.arrayMap { ProcessBuilder_Redirect_Type( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/MemoryType.swift:115:87: error: expected ',' separator - return __return?.arrayMap { MemoryType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/MemoryType.swift:115:87: error: expected expression in list of expressions - return __return?.arrayMap { MemoryType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/ElementType.swift:113:88: error: expected ',' separator - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/ElementType.swift:113:88: error: expected expression in list of expressions - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/RetentionPolicy.swift:113:92: error: expected ',' separator - return __return?.arrayMap { RetentionPolicy( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/RetentionPolicy.swift:113:92: error: expected expression in list of expressions - return __return?.arrayMap { RetentionPolicy( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Target.swift:82:88: error: expected ',' separator - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Target.swift:82:88: error: expected expression in list of expressions - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Thread_State.swift:113:89: error: expected ',' separator - return __return?.arrayMap { Thread_State( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Thread_State.swift:113:89: error: expected expression in list of expressions - return __return?.arrayMap { Thread_State( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Character_UnicodeScript.swift:169:100: error: expected ',' separator - return __return?.arrayMap { Character_UnicodeScript( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Character_UnicodeScript.swift:169:100: error: expected expression in list of expressions - return __return?.arrayMap { Character_UnicodeScript( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/ProcessBuilder_Redirect_Type.swift:113:105: error: expected ',' separator - return __return?.arrayMap { ProcessBuilder_Redirect_Type( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/ProcessBuilder_Redirect_Type.swift:113:105: error: expected expression in list of expressions - return __return?.arrayMap { ProcessBuilder_Redirect_Type( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/MemoryType.swift:115:87: error: expected ',' separator - return __return?.arrayMap { MemoryType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/MemoryType.swift:115:87: error: expected expression in list of expressions - return __return?.arrayMap { MemoryType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/ElementType.swift:113:88: error: expected ',' separator - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/ElementType.swift:113:88: error: expected expression in list of expressions - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/RetentionPolicy.swift:113:92: error: expected ',' separator - return __return?.arrayMap { RetentionPolicy( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/RetentionPolicy.swift:113:92: error: expected expression in list of expressions - return __return?.arrayMap { RetentionPolicy( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Target.swift:82:88: error: expected ',' separator - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Target.swift:82:88: error: expected expression in list of expressions - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Thread_State.swift:113:89: error: expected ',' separator - return __return?.arrayMap { Thread_State( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Thread_State.swift:113:89: error: expected expression in list of expressions - return __return?.arrayMap { Thread_State( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Character_UnicodeScript.swift:169:100: error: expected ',' separator - return __return?.arrayMap { Character_UnicodeScript( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Character_UnicodeScript.swift:169:100: error: expected expression in list of expressions - return __return?.arrayMap { Character_UnicodeScript( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/ProcessBuilder_Redirect_Type.swift:113:105: error: expected ',' separator - return __return?.arrayMap { ProcessBuilder_Redirect_Type( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/ProcessBuilder_Redirect_Type.swift:113:105: error: expected expression in list of expressions - return __return?.arrayMap { ProcessBuilder_Redirect_Type( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/MemoryType.swift:115:87: error: expected ',' separator - return __return?.arrayMap { MemoryType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/MemoryType.swift:115:87: error: expected expression in list of expressions - return __return?.arrayMap { MemoryType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/ElementType.swift:113:88: error: expected ',' separator - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/ElementType.swift:113:88: error: expected expression in list of expressions - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/RetentionPolicy.swift:113:92: error: expected ',' separator - return __return?.arrayMap { RetentionPolicy( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/RetentionPolicy.swift:113:92: error: expected expression in list of expressions - return __return?.arrayMap { RetentionPolicy( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Target.swift:82:88: error: expected ',' separator - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Target.swift:82:88: error: expected expression in list of expressions - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Thread_State.swift:113:89: error: expected ',' separator - return __return?.arrayMap { Thread_State( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Thread_State.swift:113:89: error: expected expression in list of expressions - return __return?.arrayMap { Thread_State( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Character_UnicodeScript.swift:169:100: error: expected ',' separator - return __return?.arrayMap { Character_UnicodeScript( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Character_UnicodeScript.swift:169:100: error: expected expression in list of expressions - return __return?.arrayMap { Character_UnicodeScript( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/ProcessBuilder_Redirect_Type.swift:113:105: error: expected ',' separator - return __return?.arrayMap { ProcessBuilder_Redirect_Type( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/ProcessBuilder_Redirect_Type.swift:113:105: error: expected expression in list of expressions - return __return?.arrayMap { ProcessBuilder_Redirect_Type( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/MemoryType.swift:115:87: error: expected ',' separator - return __return?.arrayMap { MemoryType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/MemoryType.swift:115:87: error: expected expression in list of expressions - return __return?.arrayMap { MemoryType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/ElementType.swift:113:88: error: expected ',' separator - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/ElementType.swift:113:88: error: expected expression in list of expressions - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/RetentionPolicy.swift:113:92: error: expected ',' separator - return __return?.arrayMap { RetentionPolicy( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/RetentionPolicy.swift:113:92: error: expected expression in list of expressions - return __return?.arrayMap { RetentionPolicy( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Target.swift:82:88: error: expected ',' separator - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Target.swift:82:88: error: expected expression in list of expressions - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Thread_State.swift:113:89: error: expected ',' separator - return __return?.arrayMap { Thread_State( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Thread_State.swift:113:89: error: expected expression in list of expressions - return __return?.arrayMap { Thread_State( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Character_UnicodeScript.swift:169:100: error: expected ',' separator - return __return?.arrayMap { Character_UnicodeScript( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Character_UnicodeScript.swift:169:100: error: expected expression in list of expressions - return __return?.arrayMap { Character_UnicodeScript( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/ProcessBuilder_Redirect_Type.swift:113:105: error: expected ',' separator - return __return?.arrayMap { ProcessBuilder_Redirect_Type( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/ProcessBuilder_Redirect_Type.swift:113:105: error: expected expression in list of expressions - return __return?.arrayMap { ProcessBuilder_Redirect_Type( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/MemoryType.swift:115:87: error: expected ',' separator - return __return?.arrayMap { MemoryType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/MemoryType.swift:115:87: error: expected expression in list of expressions - return __return?.arrayMap { MemoryType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/ElementType.swift:113:88: error: expected ',' separator - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/ElementType.swift:113:88: error: expected expression in list of expressions - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/RetentionPolicy.swift:113:92: error: expected ',' separator - return __return?.arrayMap { RetentionPolicy( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/RetentionPolicy.swift:113:92: error: expected expression in list of expressions - return __return?.arrayMap { RetentionPolicy( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Target.swift:82:88: error: expected ',' separator - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Target.swift:82:88: error: expected expression in list of expressions - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Thread_State.swift:113:89: error: expected ',' separator - return __return?.arrayMap { Thread_State( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Thread_State.swift:113:89: error: expected expression in list of expressions - return __return?.arrayMap { Thread_State( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Character_UnicodeScript.swift:169:100: error: expected ',' separator - return __return?.arrayMap { Character_UnicodeScript( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Character_UnicodeScript.swift:169:100: error: expected expression in list of expressions - return __return?.arrayMap { Character_UnicodeScript( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/ProcessBuilder_Redirect_Type.swift:113:105: error: expected ',' separator - return __return?.arrayMap { ProcessBuilder_Redirect_Type( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/ProcessBuilder_Redirect_Type.swift:113:105: error: expected expression in list of expressions - return __return?.arrayMap { ProcessBuilder_Redirect_Type( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/MemoryType.swift:115:87: error: expected ',' separator - return __return?.arrayMap { MemoryType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/MemoryType.swift:115:87: error: expected expression in list of expressions - return __return?.arrayMap { MemoryType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/ElementType.swift:113:88: error: expected ',' separator - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/ElementType.swift:113:88: error: expected expression in list of expressions - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/RetentionPolicy.swift:113:92: error: expected ',' separator - return __return?.arrayMap { RetentionPolicy( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/RetentionPolicy.swift:113:92: error: expected expression in list of expressions - return __return?.arrayMap { RetentionPolicy( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Target.swift:82:88: error: expected ',' separator - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Target.swift:82:88: error: expected expression in list of expressions - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Thread_State.swift:113:89: error: expected ',' separator - return __return?.arrayMap { Thread_State( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Thread_State.swift:113:89: error: expected expression in list of expressions - return __return?.arrayMap { Thread_State( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Character_UnicodeScript.swift:169:100: error: expected ',' separator - return __return?.arrayMap { Character_UnicodeScript( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Character_UnicodeScript.swift:169:100: error: expected expression in list of expressions - return __return?.arrayMap { Character_UnicodeScript( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/ProcessBuilder_Redirect_Type.swift:113:105: error: expected ',' separator - return __return?.arrayMap { ProcessBuilder_Redirect_Type( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/ProcessBuilder_Redirect_Type.swift:113:105: error: expected expression in list of expressions - return __return?.arrayMap { ProcessBuilder_Redirect_Type( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/MemoryType.swift:115:87: error: expected ',' separator - return __return?.arrayMap { MemoryType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/MemoryType.swift:115:87: error: expected expression in list of expressions - return __return?.arrayMap { MemoryType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/ElementType.swift:113:88: error: expected ',' separator - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/ElementType.swift:113:88: error: expected expression in list of expressions - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/RetentionPolicy.swift:113:92: error: expected ',' separator - return __return?.arrayMap { RetentionPolicy( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/RetentionPolicy.swift:113:92: error: expected expression in list of expressions - return __return?.arrayMap { RetentionPolicy( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Target.swift:82:88: error: expected ',' separator - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Target.swift:82:88: error: expected expression in list of expressions - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Thread_State.swift:113:89: error: expected ',' separator - return __return?.arrayMap { Thread_State( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Thread_State.swift:113:89: error: expected expression in list of expressions - return __return?.arrayMap { Thread_State( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Character_UnicodeScript.swift:169:100: error: expected ',' separator - return __return?.arrayMap { Character_UnicodeScript( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Character_UnicodeScript.swift:169:100: error: expected expression in list of expressions - return __return?.arrayMap { Character_UnicodeScript( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/ProcessBuilder_Redirect_Type.swift:113:105: error: expected ',' separator - return __return?.arrayMap { ProcessBuilder_Redirect_Type( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/ProcessBuilder_Redirect_Type.swift:113:105: error: expected expression in list of expressions - return __return?.arrayMap { ProcessBuilder_Redirect_Type( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/MemoryType.swift:115:87: error: expected ',' separator - return __return?.arrayMap { MemoryType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/MemoryType.swift:115:87: error: expected expression in list of expressions - return __return?.arrayMap { MemoryType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/ElementType.swift:113:88: error: expected ',' separator - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/ElementType.swift:113:88: error: expected expression in list of expressions - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/RetentionPolicy.swift:113:92: error: expected ',' separator - return __return?.arrayMap { RetentionPolicy( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/RetentionPolicy.swift:113:92: error: expected expression in list of expressions - return __return?.arrayMap { RetentionPolicy( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Target.swift:82:88: error: expected ',' separator - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Target.swift:82:88: error: expected expression in list of expressions - return __return?.arrayMap { ElementType( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Thread_State.swift:113:89: error: expected ',' separator - return __return?.arrayMap { Thread_State( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Thread_State.swift:113:89: error: expected expression in list of expressions - return __return?.arrayMap { Thread_State( rawValue: JavaEnum( javaObject: $0 )! } - ^ -java_lang/Sources/Character_UnicodeScript.swift:169:100: error: expected ',' separator - return __return?.arrayMap { Character_UnicodeScript( rawValue: JavaEnum( javaObject: $0 )! } - ^ - , -java_lang/Sources/Character_UnicodeScript.swift:169:100: error: expected expression in list of expressions - return __return?.arrayMap { Character_UnicodeScript( rawValue: JavaEnum( javaObject: $0 )! } - ^ -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang-Swift.h /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-Swift.h - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-Swift.h /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang-Swift.h -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -CompileC /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang_vers.o /tmp/java_lang.build/Debug/java_lang.build/DerivedSources/java_lang_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -CpHeader java_lang.h /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks java_lang/java_lang.h /tmp/Debug/java_lang.framework/Versions/A/Headers -Ditto /tmp/java_lang.build/Debug/java_lang.build/module.modulemap /tmp/Debug/java_lang.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/java_lang.build/Debug/java_lang.build/module.modulemap /tmp/Debug/java_lang.framework/Versions/A/Modules -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -Write auxiliary files -write-file /tmp/java_util.build/all-product-headers.yaml -write-file /tmp/java_util.build/Debug/java_util.build/java_util-generated-files.hmap -write-file /tmp/java_util.build/Debug/java_util.build/swift-overrides.hmap -write-file /tmp/java_util.build/Debug/java_util.build/unextended-module-overlay.yaml -/bin/mkdir -p /tmp/java_util.build/Debug/java_util.build/DerivedSources -write-file /tmp/java_util.build/Debug/java_util.build/DerivedSources/java_util_vers.c -write-file /tmp/java_util.build/Debug/java_util.build/unextended-module.modulemap -/bin/mkdir -p /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64 -write-file /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util-OutputFileMap.json -write-file /tmp/java_util.build/Debug/java_util.build/java_util-own-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util-all-non-framework-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util-project-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/module.modulemap -write-file /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util.LinkFileList -write-file /tmp/java_util.build/Debug/java_util.build/java_util-all-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_util.framework/Modules -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_util.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_util.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_util.framework/Headers -/bin/ln -sfh Versions/Current/java_util /tmp/Debug/java_util.framework/java_util -ProcessInfoPlistFile /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_util/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-non-framework-target-headers.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-project-headers.hmap -write-file /tmp/CJavaVM.build/all-product-headers.yaml -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-own-target-headers.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-generated-files.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64 -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM.LinkFileList -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-target-headers.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/CJavaVM.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/CJavaVM.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/CJavaVM.framework/Headers -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/CJavaVM.framework/Modules -/bin/ln -sfh Versions/Current/CJavaVM /tmp/Debug/CJavaVM.framework/CJavaVM -ProcessInfoPlistFile /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility CJavaVM/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist -CompileC /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM_vers.o /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ld /tmp/Debug/CJavaVM.framework/Versions/A/CJavaVM normal x86_64 -CpHeader CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers/CJavaVM.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks CJavaVM/CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers -Ditto /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules -Touch /tmp/Debug/CJavaVM.framework - /usr/bin/touch -c /tmp/Debug/CJavaVM.framework -Write auxiliary files -write-file /tmp/java_swift.build/Debug/java_swift.build/module.modulemap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module.modulemap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64 -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-OutputFileMap.json -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-non-framework-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-own-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-project-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module-overlay.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/swift-overrides.hmap -write-file /tmp/java_swift.build/all-product-headers.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-generated-files.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.LinkFileList -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift.hmap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/DerivedSources -write-file /tmp/java_swift.build/Debug/java_swift.build/DerivedSources/java_swift_vers.c -Create product structure -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_swift.framework/Modules -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_swift.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_swift.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_swift.framework/Headers -/bin/ln -sfh Versions/Current/java_swift /tmp/Debug/java_swift.framework/java_swift -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -java_lang/Sources/CompilationMXBean.swift:45:15: error: overriding declaration requires an 'override' keyword - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ - override -java_lang/Sources/PlatformManagedObject.swift:25:15: note: overridden declaration is here - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ -java_lang/Sources/OperatingSystemMXBean.swift:77:15: error: overriding declaration requires an 'override' keyword - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ - override -java_lang/Sources/PlatformManagedObject.swift:25:15: note: overridden declaration is here - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ -java_lang/Sources/ClassLoadingMXBean.swift:53:15: error: overriding declaration requires an 'override' keyword - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ - override -java_lang/Sources/PlatformManagedObject.swift:25:15: note: overridden declaration is here - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ -java_lang/Sources/RuntimeMXBean.swift:158:15: error: overriding declaration requires an 'override' keyword - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ - override -java_lang/Sources/PlatformManagedObject.swift:25:15: note: overridden declaration is here - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ -java_lang/Sources/MemoryMXBean.swift:82:15: error: overriding declaration requires an 'override' keyword - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ - override -java_lang/Sources/PlatformManagedObject.swift:25:15: note: overridden declaration is here - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ -java_lang/Sources/ThreadMXBean.swift:218:15: error: overriding declaration requires an 'override' keyword - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ - override -java_lang/Sources/PlatformManagedObject.swift:25:15: note: overridden declaration is here - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ -java_lang/Sources/ThreadMXBean.swift:218:15: error: overriding declaration requires an 'override' keyword - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ - override -java_lang/Sources/PlatformManagedObject.swift:25:15: note: overridden declaration is here - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ -java_lang/Sources/MemoryPoolMXBean.swift:154:15: error: overriding declaration requires an 'override' keyword - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ - override -java_lang/Sources/PlatformManagedObject.swift:25:15: note: overridden declaration is here - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ -java_lang/Sources/BufferPoolMXBean.swift:73:15: error: overriding declaration requires an 'override' keyword - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ - override -java_lang/Sources/PlatformManagedObject.swift:25:15: note: overridden declaration is here - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ -java_lang/Sources/MemoryManagerMXBean.swift:57:15: error: overriding declaration requires an 'override' keyword - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ - override -java_lang/Sources/PlatformManagedObject.swift:25:15: note: overridden declaration is here - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ -java_lang/Sources/MemoryManagerMXBean.swift:57:15: error: overriding declaration requires an 'override' keyword - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ - override -java_lang/Sources/PlatformManagedObject.swift:25:15: note: overridden declaration is here - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ -java_lang/Sources/GarbageCollectorMXBean.swift:77:15: error: overriding declaration requires an 'override' keyword - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ - override -java_lang/Sources/MemoryManagerMXBean.swift:57:15: note: overridden declaration is here - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ -java_lang/Sources/PlatformLoggingMXBean.swift:66:15: error: overriding declaration requires an 'override' keyword - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ - override -java_lang/Sources/PlatformManagedObject.swift:25:15: note: overridden declaration is here - open func getObjectName() -> /* class javax.management.ObjectName */ UnavailableObject! { - ^ -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-non-framework-target-headers.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-project-headers.hmap -write-file /tmp/CJavaVM.build/all-product-headers.yaml -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-own-target-headers.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-generated-files.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64 -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM.LinkFileList -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-target-headers.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/CJavaVM.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/CJavaVM.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/CJavaVM.framework/Headers -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/CJavaVM.framework/Modules -/bin/ln -sfh Versions/Current/CJavaVM /tmp/Debug/CJavaVM.framework/CJavaVM -ProcessInfoPlistFile /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility CJavaVM/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist -CompileC /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM_vers.o /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ld /tmp/Debug/CJavaVM.framework/Versions/A/CJavaVM normal x86_64 -CpHeader CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers/CJavaVM.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks CJavaVM/CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers -Ditto /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules -Touch /tmp/Debug/CJavaVM.framework - /usr/bin/touch -c /tmp/Debug/CJavaVM.framework -Write auxiliary files -write-file /tmp/java_swift.build/Debug/java_swift.build/module.modulemap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module.modulemap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64 -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-OutputFileMap.json -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-non-framework-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-own-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-project-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module-overlay.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/swift-overrides.hmap -write-file /tmp/java_swift.build/all-product-headers.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-generated-files.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.LinkFileList -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift.hmap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/DerivedSources -write-file /tmp/java_swift.build/Debug/java_swift.build/DerivedSources/java_swift_vers.c -Create product structure -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_swift.framework/Modules -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_swift.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_swift.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_swift.framework/Headers -/bin/ln -sfh Versions/Current/java_swift /tmp/Debug/java_swift.framework/java_swift -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaObject.swift:146:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JavaObject.swift:166:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaObject.swift:146:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JavaObject.swift:166:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaObject.swift:146:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JavaObject.swift:166:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaObject.swift:146:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JavaObject.swift:166:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaObject.swift:146:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JavaObject.swift:166:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaObject.swift:146:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JavaObject.swift:166:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/JavaClass.swift:126:71: error: consecutive statements on a line must be separated by ';' - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/JavaClass.swift:126:72: error: expected expression - __args[1] = jvalue( z: jboolean(arg1 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Throwable.swift:101:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Throwable.swift:101:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -java_swift/Sources/Exception.swift:105:71: error: consecutive statements on a line must be separated by ';' - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ - ; -java_swift/Sources/Exception.swift:105:72: error: expected expression - __args[2] = jvalue( z: jboolean(arg2 ? JNI_TRUE : JNI_FALSE) ) ) - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JavaObject.swift:146:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JavaObject.swift:166:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:146:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JavaObject.swift:166:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:146:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JavaObject.swift:166:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:146:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JavaObject.swift:166:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:146:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JavaObject.swift:166:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JavaObject.swift:146:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JavaObject.swift:166:21: error: cannot assign value of type 'Int64' to type 'jvalue' - __args[0] = arg0 - ^~~~ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:118:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift-Swift.h /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-Swift.h - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-Swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift-Swift.h -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -CompileC /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift_vers.o /tmp/java_swift.build/Debug/java_swift.build/DerivedSources/java_swift_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -CpHeader java_swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks java_swift/java_swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers -CpResource LICENSE /tmp/Debug/java_swift.framework/Versions/A/Resources/LICENSE - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks java_swift/LICENSE /tmp/Debug/java_swift.framework/Versions/A/Resources -Ditto /tmp/java_swift.build/Debug/java_swift.build/module.modulemap /tmp/Debug/java_swift.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/java_swift.build/Debug/java_swift.build/module.modulemap /tmp/Debug/java_swift.framework/Versions/A/Modules -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -Write auxiliary files -write-file /tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/module.modulemap -/bin/mkdir -p /tmp/java_lang.build/Debug/java_lang.build/DerivedSources -write-file /tmp/java_lang.build/Debug/java_lang.build/DerivedSources/java_lang_vers.c -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -/bin/mkdir -p /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64 -write-file /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-OutputFileMap.json -write-file /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.LinkFileList -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/unextended-module.modulemap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-all-target-headers.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -write-file /tmp/java_lang.build/all-product-headers.yaml -Create product structure -/bin/mkdir -p /tmp/Debug/java_lang.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_lang.framework/Modules -/bin/mkdir -p /tmp/Debug/java_lang.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_lang.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_lang.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_lang.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_lang.framework/Headers -/bin/ln -sfh Versions/Current/java_lang /tmp/Debug/java_lang.framework/java_lang -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang-Swift.h /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-Swift.h - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-Swift.h /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang-Swift.h -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -CompileC /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang_vers.o /tmp/java_lang.build/Debug/java_lang.build/DerivedSources/java_lang_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -CpHeader java_lang.h /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks java_lang/java_lang.h /tmp/Debug/java_lang.framework/Versions/A/Headers -Ditto /tmp/java_lang.build/Debug/java_lang.build/module.modulemap /tmp/Debug/java_lang.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/java_lang.build/Debug/java_lang.build/module.modulemap /tmp/Debug/java_lang.framework/Versions/A/Modules -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -Write auxiliary files -write-file /tmp/java_util.build/all-product-headers.yaml -write-file /tmp/java_util.build/Debug/java_util.build/java_util-generated-files.hmap -write-file /tmp/java_util.build/Debug/java_util.build/swift-overrides.hmap -write-file /tmp/java_util.build/Debug/java_util.build/unextended-module-overlay.yaml -/bin/mkdir -p /tmp/java_util.build/Debug/java_util.build/DerivedSources -write-file /tmp/java_util.build/Debug/java_util.build/DerivedSources/java_util_vers.c -write-file /tmp/java_util.build/Debug/java_util.build/unextended-module.modulemap -/bin/mkdir -p /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64 -write-file /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util-OutputFileMap.json -write-file /tmp/java_util.build/Debug/java_util.build/java_util-own-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util-all-non-framework-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util-project-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/module.modulemap -write-file /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util.LinkFileList -write-file /tmp/java_util.build/Debug/java_util.build/java_util-all-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_util.framework/Modules -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_util.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_util.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_util.framework/Headers -/bin/ln -sfh Versions/Current/java_util /tmp/Debug/java_util.framework/java_util -ProcessInfoPlistFile /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_util/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 -Touch /tmp/Debug/java_lang.framework - /usr/bin/touch -c /tmp/Debug/java_lang.framework -ProcessInfoPlistFile /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_util/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-non-framework-target-headers.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-project-headers.hmap -write-file /tmp/CJavaVM.build/all-product-headers.yaml -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-own-target-headers.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-generated-files.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64 -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM.LinkFileList -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-target-headers.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/CJavaVM.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/CJavaVM.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/CJavaVM.framework/Headers -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/CJavaVM.framework/Modules -/bin/ln -sfh Versions/Current/CJavaVM /tmp/Debug/CJavaVM.framework/CJavaVM -ProcessInfoPlistFile /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility CJavaVM/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist -CompileC /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM_vers.o /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ld /tmp/Debug/CJavaVM.framework/Versions/A/CJavaVM normal x86_64 -CpHeader CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers/CJavaVM.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks CJavaVM/CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers -Ditto /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules -Touch /tmp/Debug/CJavaVM.framework - /usr/bin/touch -c /tmp/Debug/CJavaVM.framework -Write auxiliary files -write-file /tmp/java_swift.build/Debug/java_swift.build/module.modulemap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module.modulemap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64 -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-OutputFileMap.json -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-non-framework-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-own-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-project-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module-overlay.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/swift-overrides.hmap -write-file /tmp/java_swift.build/all-product-headers.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-generated-files.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.LinkFileList -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift.hmap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/DerivedSources -write-file /tmp/java_swift.build/Debug/java_swift.build/DerivedSources/java_swift_vers.c -Create product structure -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_swift.framework/Modules -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_swift.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_swift.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_swift.framework/Headers -/bin/ln -sfh Versions/Current/java_swift /tmp/Debug/java_swift.framework/java_swift -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-non-framework-target-headers.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-project-headers.hmap -write-file /tmp/CJavaVM.build/all-product-headers.yaml -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM.hmap -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-own-target-headers.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-generated-files.hmap -/bin/mkdir -p /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64 -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM.LinkFileList -write-file /tmp/CJavaVM.build/Debug/CJavaVM.build/CJavaVM-all-target-headers.hmap -Create product structure -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/CJavaVM.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/CJavaVM.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/CJavaVM.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/CJavaVM.framework/Headers -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/CJavaVM.framework/Modules -/bin/ln -sfh Versions/Current/CJavaVM /tmp/Debug/CJavaVM.framework/CJavaVM -ProcessInfoPlistFile /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility CJavaVM/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/CJavaVM.framework/Versions/A/Resources/Info.plist -CompileC /tmp/CJavaVM.build/Debug/CJavaVM.build/Objects-normal/x86_64/CJavaVM_vers.o /tmp/CJavaVM.build/Debug/CJavaVM.build/DerivedSources/CJavaVM_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ld /tmp/Debug/CJavaVM.framework/Versions/A/CJavaVM normal x86_64 -CpHeader CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers/CJavaVM.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks CJavaVM/CJavaVM.h /tmp/Debug/CJavaVM.framework/Versions/A/Headers -Ditto /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/CJavaVM.build/Debug/CJavaVM.build/module.modulemap /tmp/Debug/CJavaVM.framework/Versions/A/Modules -Touch /tmp/Debug/CJavaVM.framework - /usr/bin/touch -c /tmp/Debug/CJavaVM.framework -Write auxiliary files -write-file /tmp/java_swift.build/Debug/java_swift.build/module.modulemap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module.modulemap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64 -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-OutputFileMap.json -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-non-framework-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-own-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-project-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/unextended-module-overlay.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/swift-overrides.hmap -write-file /tmp/java_swift.build/all-product-headers.yaml -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-generated-files.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.LinkFileList -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift-all-target-headers.hmap -write-file /tmp/java_swift.build/Debug/java_swift.build/java_swift.hmap -/bin/mkdir -p /tmp/java_swift.build/Debug/java_swift.build/DerivedSources -write-file /tmp/java_swift.build/Debug/java_swift.build/DerivedSources/java_swift_vers.c -Create product structure -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_swift.framework/Modules -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_swift.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_swift.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_swift.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_swift.framework/Headers -/bin/ln -sfh Versions/Current/java_swift /tmp/Debug/java_swift.framework/java_swift -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -Build settings from command line: - SYMROOT = /tmp -ProcessInfoPlistFile /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_swift/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_swift.framework/Versions/A/Resources/Info.plist -java_swift/Sources/JNICore.swift:131:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:131:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift-Swift.h /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-Swift.h - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-Swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift-Swift.h -CompileC /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift_vers.o /tmp/java_swift.build/Debug/java_swift.build/DerivedSources/java_swift_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 -CpHeader java_swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers/java_swift.h - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks java_swift/java_swift.h /tmp/Debug/java_swift.framework/Versions/A/Headers -CpResource LICENSE /tmp/Debug/java_swift.framework/Versions/A/Resources/LICENSE - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks java_swift/LICENSE /tmp/Debug/java_swift.framework/Versions/A/Resources -Ditto /tmp/java_swift.build/Debug/java_swift.build/module.modulemap /tmp/Debug/java_swift.framework/Versions/A/Modules/module.modulemap - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/java_swift.build/Debug/java_swift.build/module.modulemap /tmp/Debug/java_swift.framework/Versions/A/Modules -Touch /tmp/Debug/java_swift.framework - /usr/bin/touch -c /tmp/Debug/java_swift.framework -Write auxiliary files -write-file /tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/module.modulemap -/bin/mkdir -p /tmp/java_lang.build/Debug/java_lang.build/DerivedSources -write-file /tmp/java_lang.build/Debug/java_lang.build/DerivedSources/java_lang_vers.c -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -/bin/mkdir -p /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64 -write-file /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-OutputFileMap.json -write-file /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.LinkFileList -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/unextended-module.modulemap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-all-target-headers.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -write-file /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -write-file /tmp/java_lang.build/all-product-headers.yaml -Create product structure -/bin/mkdir -p /tmp/Debug/java_lang.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_lang.framework/Modules -/bin/mkdir -p /tmp/Debug/java_lang.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_lang.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_lang.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_lang.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_lang.framework/Headers -/bin/ln -sfh Versions/Current/java_lang /tmp/Debug/java_lang.framework/java_lang -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -java_lang/Sources/ProcessBuilder_Redirect_Type.swift:13:30: warning: no calls to throwing functions occur within 'try' expression - .getEnumConstants()!.map { ProcessBuilder_Redirect_TypeForward( javaObject: $0.javaObject ) } - ^ -java_lang/Sources/MemoryType.swift:13:30: warning: no calls to throwing functions occur within 'try' expression - .getEnumConstants()!.map { MemoryTypeForward( javaObject: $0.javaObject ) } - ^ -java_lang/Sources/ThreadGroup.swift:436:29: error: cannot invoke 'toJava' with an argument list of type '(value: Thread?, locals: inout [jobject])' - __args[0] = JNIType.toJava( value: arg0, locals: &__locals ) - ^ -java_lang/Sources/ThreadGroup.swift:436:29: note: overloads for 'toJava' exist with these partially matching parameter lists: (value: Bool, locals: UnsafeMutablePointer<[jobject]>), (value: [Bool]?, locals: UnsafeMutablePointer<[jobject]>), (value: [[Bool]]?, locals: UnsafeMutablePointer<[jobject]>), (value: Int8, locals: UnsafeMutablePointer<[jobject]>), (value: [Int8]?, locals: UnsafeMutablePointer<[jobject]>), (value: [[Int8]]?, locals: UnsafeMutablePointer<[jobject]>), (value: Int16, locals: UnsafeMutablePointer<[jobject]>), (value: [Int16]?, locals: UnsafeMutablePointer<[jobject]>), (value: [[Int16]]?, locals: UnsafeMutablePointer<[jobject]>), (value: UInt16, locals: UnsafeMutablePointer<[jobject]>), (value: [UInt16]?, locals: UnsafeMutablePointer<[jobject]>), (value: [[UInt16]]?, locals: UnsafeMutablePointer<[jobject]>), (value: Int32, locals: UnsafeMutablePointer<[jobject]>), (value: [Int32]?, locals: UnsafeMutablePointer<[jobject]>), (value: [[Int32]]?, locals: UnsafeMutablePointer<[jobject]>), (value: Int, locals: UnsafeMutablePointer<[jobject]>), (value: [Int]?, locals: UnsafeMutablePointer<[jobject]>), (value: [[Int]]?, locals: UnsafeMutablePointer<[jobject]>), (value: Int64, locals: UnsafeMutablePointer<[jobject]>), (value: [Int64]?, locals: UnsafeMutablePointer<[jobject]>), (value: [[Int64]]?, locals: UnsafeMutablePointer<[jobject]>), (value: Float, locals: UnsafeMutablePointer<[jobject]>), (value: [Float]?, locals: UnsafeMutablePointer<[jobject]>), (value: [[Float]]?, locals: UnsafeMutablePointer<[jobject]>), (value: Double, locals: UnsafeMutablePointer<[jobject]>), (value: [Double]?, locals: UnsafeMutablePointer<[jobject]>), (value: [[Double]]?, locals: UnsafeMutablePointer<[jobject]>), (value: JNIObjectProtocol?, locals: UnsafeMutablePointer<[jobject]>), (value: [JNIObjectProtocol]?, locals: UnsafeMutablePointer<[jobject]>), (value: [[JNIObjectProtocol]]?, locals: UnsafeMutablePointer<[jobject]>) - __args[0] = JNIType.toJava( value: arg0, locals: &__locals ) - ^ -java_lang/Sources/ElementType.swift:13:30: warning: no calls to throwing functions occur within 'try' expression - .getEnumConstants()!.map { ElementTypeForward( javaObject: $0.javaObject ) } - ^ -Build settings from command line: - SYMROOT = /tmp -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -ProcessInfoPlistFile /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist Info.plist - builtin-infoPlistUtility java_lang/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_lang.framework/Versions/A/Resources/Info.plist -java_lang/Sources/ProcessBuilder_Redirect_Type.swift:13:30: warning: no calls to throwing functions occur within 'try' expression - .getEnumConstants()!.map { ProcessBuilder_Redirect_TypeForward( javaObject: $0.javaObject ) } - ^ -java_lang/Sources/SecurityManager.swift:102:45: error: no type named 'JavaThread' in module 'java_swift' - open func checkAccess( arg0: java_swift.JavaThread? ) { - ^ -java_lang/Sources/SecurityManager.swift:109:48: error: no type named 'JavaThread' in module 'java_swift' - open func checkAccess( _ _arg0: java_swift.JavaThread? ) { - ^ -java_lang/Sources/MemoryType.swift:13:30: warning: no calls to throwing functions occur within 'try' expression - .getEnumConstants()!.map { MemoryTypeForward( javaObject: $0.javaObject ) } - ^ -java_lang/Sources/ThreadGroup.swift:178:33: error: use of undeclared type 'JavaThread' - open func enumerate( arg0: [JavaThread]? ) -> Int { - ^~~~~~~~~~ -java_lang/Sources/ThreadGroup.swift:186:36: error: use of undeclared type 'JavaThread' - open func enumerate( _ _arg0: [JavaThread]? ) -> Int { - ^~~~~~~~~~ -java_lang/Sources/ThreadGroup.swift:194:33: error: use of undeclared type 'JavaThread' - open func enumerate( arg0: [JavaThread]?, arg1: Bool ) -> Int { - ^~~~~~~~~~ -java_lang/Sources/ThreadGroup.swift:203:36: error: use of undeclared type 'JavaThread' - open func enumerate( _ _arg0: [JavaThread]?, _ _arg1: Bool ) -> Int { - ^~~~~~~~~~ -java_lang/Sources/ThreadGroup.swift:433:51: error: no type named 'JavaThread' in module 'java_swift' - open func uncaughtException( arg0: java_swift.JavaThread?, arg1: java_swift.Throwable? ) { - ^ -java_lang/Sources/ThreadGroup.swift:441:54: error: no type named 'JavaThread' in module 'java_swift' - open func uncaughtException( _ _arg0: java_swift.JavaThread?, _ _arg1: java_swift.Throwable? ) { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:12:46: error: no type named 'JavaThread' in module 'java_swift' - func uncaughtException( arg0: java_swift.JavaThread?, arg1: java_swift.Throwable? ) - ^ -java_lang/Sources/ElementType.swift:13:30: warning: no calls to throwing functions occur within 'try' expression - .getEnumConstants()!.map { ElementTypeForward( javaObject: $0.javaObject ) } - ^ -java_lang/Sources/SecurityManager.swift:102:45: error: no type named 'JavaThread' in module 'java_swift' - open func checkAccess( arg0: java_swift.JavaThread? ) { - ^ -java_lang/Sources/SecurityManager.swift:109:48: error: no type named 'JavaThread' in module 'java_swift' - open func checkAccess( _ _arg0: java_swift.JavaThread? ) { - ^ -java_lang/Sources/RetentionPolicy.swift:13:30: warning: no calls to throwing functions occur within 'try' expression - .getEnumConstants()!.map { RetentionPolicyForward( javaObject: $0.javaObject ) } - ^ -java_lang/Sources/Runtime.swift:57:49: error: no type named 'JavaThread' in module 'java_swift' - open func addShutdownHook( hook: java_swift.JavaThread? ) { - ^ -java_lang/Sources/Runtime.swift:64:52: error: no type named 'JavaThread' in module 'java_swift' - open func addShutdownHook( _ _hook: java_swift.JavaThread? ) { - ^ -java_lang/Sources/Runtime.swift:353:52: error: no type named 'JavaThread' in module 'java_swift' - open func removeShutdownHook( hook: java_swift.JavaThread? ) -> Bool { - ^ -java_lang/Sources/Runtime.swift:361:55: error: no type named 'JavaThread' in module 'java_swift' - open func removeShutdownHook( _ _hook: java_swift.JavaThread? ) -> Bool { - ^ -java_lang/Sources/Thread_State.swift:13:30: warning: no calls to throwing functions occur within 'try' expression - .getEnumConstants()!.map { Thread_StateForward( javaObject: $0.javaObject ) } - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:12:46: error: no type named 'JavaThread' in module 'java_swift' - func uncaughtException( arg0: java_swift.JavaThread?, arg1: java_swift.Throwable? ) - ^ -java_lang/Sources/Character_UnicodeScript.swift:13:30: warning: no calls to throwing functions occur within 'try' expression - .getEnumConstants()!.map { Character_UnicodeScriptForward( javaObject: $0.javaObject ) } - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:12:46: error: no type named 'JavaThread' in module 'java_swift' - func uncaughtException( arg0: java_swift.JavaThread?, arg1: java_swift.Throwable? ) - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:25:51: error: no type named 'JavaThread' in module 'java_swift' - open func uncaughtException( arg0: java_swift.JavaThread?, arg1: java_swift.Throwable? ) { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:33:54: error: no type named 'JavaThread' in module 'java_swift' - open func uncaughtException( _ _arg0: java_swift.JavaThread?, _ _arg1: java_swift.Throwable? ) { - ^ -java_lang/Sources/Thread_UncaughtExceptionHandler.swift:86:51: error: no type named 'JavaThread' in module 'java_swift' - open func uncaughtException( arg0: java_swift.JavaThread?, arg1: java_swift.Throwable? ) /**/ { - ^ -Build settings from command line: - SYMROOT = /tmp -Write auxiliary files -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-OutputFileMap.json -write-file /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.LinkFileList -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -java_swift/Sources/JavaThread.swift:474:15: error: overriding declaration requires an 'override' keyword - open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! { - ^ - override -java_swift/Sources/JavaObject.swift:35:15: note: overridden declaration is here - open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! { - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -Build settings from command line: - SYMROOT = /tmp -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -java_swift/Sources/JNICore.swift:27:33: error: expected member name following '.' - JNI.classLoader = JavaThread. - ^ -Build settings from command line: - SYMROOT = /tmp - -=== BUILD TARGET CJavaVM OF PROJECT CJavaVM WITH CONFIGURATION Debug === - -Check dependencies - -=== BUILD TARGET java_swift OF PROJECT java_swift WITH CONFIGURATION Debug === - -Check dependencies - -CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler - cd /Users/johnholdsworth/Developer/SwiftJava/java_swift - export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer - export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name java_swift -Onone -enforce-exclusivity=checked -DDEBUG -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -target x86_64-apple-macosx10.10 -g -Xfrontend -serialize-debugging-options -enable-testing -swift-version 3 -I /tmp/Debug -F /tmp/Debug -c -j4 /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JavaEnum.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNIProxy.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JavaMap.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNICore.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNIObject.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JavaThread.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JavaClass.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JavaObject.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNIField.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNIMethod.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNIType.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JavaSet.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/Runnable.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/Throwable.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/HashMap.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/Exception.swift -output-file-map /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_swift.build/Debug/java_swift.build/java_swift-generated-files.hmap -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/java_swift-own-target-headers.hmap -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/java_swift-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_swift.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_swift.build/Debug/java_swift.build/java_swift-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/DerivedSources/x86_64 -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/DerivedSources -Xcc -DDEBUG=1 -emit-objc-header -emit-objc-header-path /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /tmp/java_swift.build/Debug/java_swift.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_swift - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNICore.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_swift - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JavaEnum.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNIProxy.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JavaMap.swift -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNICore.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNIObject.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JavaThread.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JavaClass.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JavaObject.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNIField.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNIMethod.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNIType.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JavaSet.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/Runnable.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/Throwable.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/HashMap.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/Exception.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_swift.build/Debug/java_swift.build/java_swift-generated-files.hmap -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/java_swift-own-target-headers.hmap -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/java_swift-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_swift.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_swift.build/Debug/java_swift.build/java_swift-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/DerivedSources/x86_64 -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_swift.build/Debug/java_swift.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_swift -emit-module-doc-path /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JNICore~partial.swiftdoc -serialize-diagnostics-path /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JNICore.dia -module-name java_swift -emit-module-path /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JNICore~partial.swiftmodule -emit-dependencies-path /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JNICore.d -emit-reference-dependencies-path /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JNICore.swiftdeps -o /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JNICore.o -/Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ -/Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNICore.swift:132:17: warning: 'JNI_CreateJavaVM' is deprecated - JNI_CreateJavaVM( &self.jvm, $0, &vmArgs ) - ^ - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JavaThread.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_swift - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JavaEnum.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNIProxy.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JavaMap.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNICore.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNIObject.swift -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JavaThread.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JavaClass.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JavaObject.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNIField.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNIMethod.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JNIType.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/JavaSet.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/Runnable.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/Throwable.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/HashMap.swift /Users/johnholdsworth/Developer/SwiftJava/java_swift/Sources/Exception.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_swift.build/Debug/java_swift.build/java_swift-generated-files.hmap -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/java_swift-own-target-headers.hmap -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/java_swift-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_swift.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_swift.build/Debug/java_swift.build/java_swift-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/DerivedSources/x86_64 -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_swift.build/Debug/java_swift.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_swift -emit-module-doc-path /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JavaThread~partial.swiftdoc -serialize-diagnostics-path /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JavaThread.dia -module-name java_swift -emit-module-path /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JavaThread~partial.swiftmodule -emit-dependencies-path /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JavaThread.d -emit-reference-dependencies-path /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JavaThread.swiftdeps -o /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JavaThread.o - -MergeSwiftModule normal x86_64 /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - cd /Users/johnholdsworth/Developer/SwiftJava/java_swift - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -merge-modules -emit-module /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JavaEnum~partial.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JNIProxy~partial.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JavaMap~partial.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JNICore~partial.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JNIObject~partial.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JavaThread~partial.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JavaClass~partial.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JavaObject~partial.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JNIField~partial.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JNIMethod~partial.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JNIType~partial.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/JavaSet~partial.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/Runnable~partial.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/Throwable~partial.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/HashMap~partial.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/Exception~partial.swiftmodule -parse-as-library -sil-merge-partial-modules -disable-diagnostic-passes -disable-sil-perf-optzns -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_swift.build/Debug/java_swift.build/java_swift-generated-files.hmap -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/java_swift-own-target-headers.hmap -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/java_swift-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_swift.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_swift.build/Debug/java_swift.build/java_swift-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/DerivedSources/x86_64 -Xcc -I/tmp/java_swift.build/Debug/java_swift.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_swift.build/Debug/java_swift.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_swift -emit-module-doc-path /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc -module-name java_swift -emit-objc-header-path /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift-Swift.h -o /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc - cd /Users/johnholdsworth/Developer/SwiftJava/java_swift - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftdoc /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftdoc - -Ditto /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule - cd /Users/johnholdsworth/Developer/SwiftJava/java_swift - /usr/bin/ditto -rsrc /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule /tmp/Debug/java_swift.framework/Versions/A/Modules/java_swift.swiftmodule/x86_64.swiftmodule - -Ld /tmp/Debug/java_swift.framework/Versions/A/java_swift normal x86_64 - cd /Users/johnholdsworth/Developer/SwiftJava/java_swift - export MACOSX_DEPLOYMENT_TARGET=10.10 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -L/tmp/Debug -F/tmp/Debug -filelist /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.LinkFileList -install_name @rpath/java_swift.framework/Versions/A/java_swift -Xlinker -rpath -Xlinker @executable_path/../Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker /Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home/jre/lib/server -mmacosx-version-min=10.10 -Xlinker -object_path_lto -Xlinker /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -add_ast_path -Xlinker /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift.swiftmodule -framework CJavaVM -framework JavaVM -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /tmp/java_swift.build/Debug/java_swift.build/Objects-normal/x86_64/java_swift_dependency_info.dat -o /tmp/Debug/java_swift.framework/Versions/A/java_swift - -Touch /tmp/Debug/java_swift.framework - cd /Users/johnholdsworth/Developer/SwiftJava/java_swift - /usr/bin/touch -c /tmp/Debug/java_swift.framework - -=== BUILD TARGET java_lang OF PROJECT java_lang WITH CONFIGURATION Debug === - -Check dependencies - -CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer - export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name java_lang -Onone -enforce-exclusivity=checked -DDEBUG -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -target x86_64-apple-macosx10.10 -g -Xfrontend -serialize-debugging-options -enable-testing -swift-version 3 -I /tmp/Debug -F /tmp/Debug -c -j4 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Math.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MethodType.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/VolatileCallSite.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotationFormatError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NoSuchFieldError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Proxy.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InternalError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassCircularityError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Native.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InstantiationError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ProcessBuilder_Redirect_Type.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/System.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/CharSequence.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Method.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalAccessException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/FunctionalInterface.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Void.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Process.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MemoryType.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/CompilationMXBean.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ThreadGroup.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/OperatingSystemMXBean.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Integer.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassLoadingMXBean.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NoClassDefFoundError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ReflectiveOperationException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/java_lang.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/JavaError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Instrumentation.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Package.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Constructor.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MethodHandleInfo.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MethodHandles_Lookup.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/StringIndexOutOfBoundsException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/UnsupportedOperationException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/CallSite.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ArrayStoreException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MethodHandleProxies.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MalformedParametersException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/SerializedLambda.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ElementType.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/UndeclaredThrowableException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalMonitorStateException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/WrongMethodTypeException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Member.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/JavaDouble.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassLoader.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InterruptedException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IncompatibleClassChangeError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Cloneable.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassDefinition.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ProcessBuilder_Redirect.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotatedType.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/RuntimeMXBean.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/LockInfo.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassValue.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/VerifyError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Short.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/StringBuilder.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/TypeNotPresentException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MemoryMXBean.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Readable.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/SwitchPoint.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MethodHandle.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Parameter.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/SecurityManager.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ManagementPermission.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/GenericArrayType.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalClassFormatException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Field.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ArithmeticException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/RetentionPolicy.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ManagementFactory.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AccessibleObject.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotatedParameterizedType.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/StringBuffer.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InvocationTargetException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/GenericSignatureFormatError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Type.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AssertionError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Target.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MemoryUsage.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Character_UnicodeBlock.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MemoryNotificationInfo.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/SafeVarargs.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/StackTraceElement.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/UnsupportedClassVersionError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Boolean.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/LambdaMetafactory.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Number.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Reference.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MalformedParameterizedTypeException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Array.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ThreadInfo.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Character_Subset.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotatedTypeVariable.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/SoftReference.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InheritableThreadLocal.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Byte.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ExceptionInInitializerError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotationTypeMismatchException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Long.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/RuntimePermission.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NoSuchMethodException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalStateException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/BootstrapMethodError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotatedElement.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NoSuchFieldException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Runtime.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ParameterizedType.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalAccessError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/LambdaConversionException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/PhantomReference.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Documented.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalThreadStateException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ReferenceQueue.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Iterable.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ThreadMXBean.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Override.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MonitorInfo.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NoSuchMethodError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/StackOverflowError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/RuntimeException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/GenericDeclaration.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ThreadDeath.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Thread_State.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Repeatable.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/PlatformManagedObject.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/JavaFloat.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassNotFoundException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NullPointerException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/SuppressWarnings.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InstantiationException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/LinkageError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/VirtualMachineError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ConstantCallSite.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Deprecated.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IncompleteAnnotationException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/WeakReference.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Annotation.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassCastException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/JavaSecurityException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Thread.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MemoryPoolMXBean.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NumberFormatException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MutableCallSite.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ReflectPermission.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/UnsatisfiedLinkError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/CloneNotSupportedException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NegativeArraySizeException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassFileTransformer.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotatedWildcardType.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Character_UnicodeScript.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/BufferPoolMXBean.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MemoryManagerMXBean.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotatedArrayType.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Inherited.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/EnumConstantNotPresentException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/OutOfMemoryError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Character.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/WildcardType.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ArrayIndexOutOfBoundsException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Executable.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/JavaComparable.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalArgumentException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MethodHandles.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InvocationHandler.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/GarbageCollectorMXBean.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/StrictMath.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/UnmodifiableClassException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Modifier.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AutoCloseable.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/PlatformLoggingMXBean.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/JavaString.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Compiler.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ProcessBuilder.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Retention.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Thread_UncaughtExceptionHandler.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ThreadLocal.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Appendable.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/UnknownError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IndexOutOfBoundsException.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/TypeVariable.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassFormatError.swift /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AbstractMethodError.swift -output-file-map /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -emit-objc-header -emit-objc-header-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/System.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/System.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/System~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/System.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/System~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/System.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/System.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/System.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ThreadGroup.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ThreadGroup.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadGroup~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadGroup.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadGroup~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadGroup.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadGroup.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadGroup.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/SecurityManager.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/SecurityManager.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SecurityManager~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SecurityManager.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SecurityManager~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SecurityManager.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SecurityManager.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SecurityManager.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Runtime.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Runtime.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Runtime~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Runtime.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Runtime~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Runtime.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Runtime.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Runtime.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Thread.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Thread.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Thread~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Thread.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Thread~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Thread.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Thread.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Thread.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Thread_UncaughtExceptionHandler.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Thread_UncaughtExceptionHandler.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Thread_UncaughtExceptionHandler~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Thread_UncaughtExceptionHandler.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Thread_UncaughtExceptionHandler~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Thread_UncaughtExceptionHandler.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Thread_UncaughtExceptionHandler.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Thread_UncaughtExceptionHandler.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/java_lang.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/java_lang.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/JavaFloat.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/JavaFloat.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaFloat~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaFloat.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaFloat~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaFloat.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaFloat.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaFloat.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ThreadLocal.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ThreadLocal.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadLocal~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadLocal.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadLocal~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadLocal.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadLocal.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadLocal.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InheritableThreadLocal.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InheritableThreadLocal.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InheritableThreadLocal~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InheritableThreadLocal.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InheritableThreadLocal~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InheritableThreadLocal.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InheritableThreadLocal.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InheritableThreadLocal.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ProcessBuilder.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ProcessBuilder.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ProcessBuilder~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ProcessBuilder.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ProcessBuilder~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ProcessBuilder.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ProcessBuilder.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ProcessBuilder.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Compiler.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Compiler.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Compiler~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Compiler.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Compiler~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Compiler.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Compiler.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Compiler.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/JavaString.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/JavaString.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaString~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaString.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaString~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaString.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaString.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaString.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Modifier.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Modifier.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Modifier~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Modifier.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Modifier~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Modifier.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Modifier.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Modifier.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/StrictMath.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/StrictMath.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StrictMath~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StrictMath.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StrictMath~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StrictMath.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StrictMath.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StrictMath.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MethodHandles.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MethodHandles.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandles~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandles.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandles~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandles.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandles.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandles.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Character.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Character.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ReferenceQueue.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ReferenceQueue.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ReferenceQueue~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ReferenceQueue.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ReferenceQueue~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ReferenceQueue.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ReferenceQueue.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ReferenceQueue.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/WeakReference.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/WeakReference.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/WeakReference~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/WeakReference.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/WeakReference~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/WeakReference.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/WeakReference.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/WeakReference.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/PhantomReference.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/PhantomReference.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/PhantomReference~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/PhantomReference.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/PhantomReference~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/PhantomReference.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/PhantomReference.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/PhantomReference.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/SoftReference.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/SoftReference.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SoftReference~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SoftReference.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SoftReference~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SoftReference.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SoftReference.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SoftReference.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Character_Subset.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Character_Subset.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character_Subset~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character_Subset.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character_Subset~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character_Subset.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character_Subset.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character_Subset.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Character_UnicodeBlock.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Character_UnicodeBlock.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character_UnicodeBlock~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character_UnicodeBlock.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character_UnicodeBlock~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character_UnicodeBlock.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character_UnicodeBlock.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character_UnicodeBlock.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ThreadInfo.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ThreadInfo.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadInfo~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadInfo.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadInfo~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadInfo.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadInfo.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadInfo.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ThreadMXBean.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ThreadMXBean.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadMXBean~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadMXBean.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadMXBean~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadMXBean.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadMXBean.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadMXBean.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ManagementFactory.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ManagementFactory.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ManagementFactory~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ManagementFactory.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ManagementFactory~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ManagementFactory.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ManagementFactory.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ManagementFactory.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Array.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Array.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Array~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Array.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Array~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Array.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Array.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Array.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Reference.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Reference.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Reference~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Reference.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Reference~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Reference.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Reference.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Reference.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Number.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Number.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Number~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Number.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Number~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Number.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Number.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Number.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Long.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Long.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Long~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Long.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Long~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Long.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Long.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Long.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Byte.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Byte.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Byte~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Byte.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Byte~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Byte.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Byte.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Byte.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Short.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Short.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Short~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Short.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Short~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Short.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Short.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Short.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/JavaDouble.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/JavaDouble.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaDouble~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaDouble.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaDouble~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaDouble.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaDouble.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaDouble.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Integer.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Integer.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Integer~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Integer.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Integer~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Integer.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Integer.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Integer.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/LambdaMetafactory.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/LambdaMetafactory.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LambdaMetafactory~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LambdaMetafactory.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LambdaMetafactory~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LambdaMetafactory.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LambdaMetafactory.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LambdaMetafactory.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Boolean.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Boolean.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Boolean~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Boolean.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Boolean~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Boolean.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Boolean.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Boolean.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/StackTraceElement.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/StackTraceElement.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StackTraceElement~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StackTraceElement.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StackTraceElement~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StackTraceElement.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StackTraceElement.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StackTraceElement.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MonitorInfo.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MonitorInfo.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MonitorInfo~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MonitorInfo.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MonitorInfo~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MonitorInfo.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MonitorInfo.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MonitorInfo.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MemoryNotificationInfo.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MemoryNotificationInfo.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryNotificationInfo~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryNotificationInfo.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryNotificationInfo~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryNotificationInfo.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryNotificationInfo.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryNotificationInfo.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MemoryUsage.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MemoryUsage.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryUsage~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryUsage.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryUsage~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryUsage.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryUsage.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryUsage.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MemoryPoolMXBean.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MemoryPoolMXBean.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryPoolMXBean~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryPoolMXBean.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryPoolMXBean~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryPoolMXBean.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryPoolMXBean.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryPoolMXBean.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MemoryMXBean.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MemoryMXBean.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryMXBean~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryMXBean.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryMXBean~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryMXBean.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryMXBean.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryMXBean.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AccessibleObject.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AccessibleObject.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AccessibleObject~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AccessibleObject.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AccessibleObject~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AccessibleObject.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AccessibleObject.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AccessibleObject.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Executable.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Executable.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Executable~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Executable.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Executable~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Executable.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Executable.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Executable.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Constructor.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Constructor.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Constructor~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Constructor.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Constructor~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Constructor.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Constructor.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Constructor.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MethodHandles_Lookup.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MethodHandles_Lookup.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandles_Lookup~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandles_Lookup.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandles_Lookup~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandles_Lookup.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandles_Lookup.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandles_Lookup.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MethodHandleInfo.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MethodHandleInfo.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandleInfo~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandleInfo.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandleInfo~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandleInfo.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandleInfo.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandleInfo.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Method.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Method.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Method~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Method.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Method~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Method.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Method.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Method.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InvocationHandler.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InvocationHandler.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InvocationHandler~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InvocationHandler.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InvocationHandler~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InvocationHandler.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InvocationHandler.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InvocationHandler.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotationTypeMismatchException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotationTypeMismatchException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotationTypeMismatchException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotationTypeMismatchException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotationTypeMismatchException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotationTypeMismatchException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotationTypeMismatchException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotationTypeMismatchException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Proxy.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Proxy.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Proxy~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Proxy.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Proxy~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Proxy.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Proxy.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Proxy.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Parameter.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Parameter.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Parameter~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Parameter.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Parameter~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Parameter.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Parameter.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Parameter.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Field.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Field.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Field~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Field.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Field~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Field.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Field.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Field.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MethodHandle.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MethodHandle.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandle~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandle.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandle~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandle.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandle.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandle.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MutableCallSite.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MutableCallSite.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MutableCallSite~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MutableCallSite.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MutableCallSite~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MutableCallSite.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MutableCallSite.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MutableCallSite.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ConstantCallSite.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ConstantCallSite.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ConstantCallSite~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ConstantCallSite.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ConstantCallSite~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ConstantCallSite.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ConstantCallSite.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ConstantCallSite.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/SwitchPoint.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/SwitchPoint.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SwitchPoint~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SwitchPoint.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SwitchPoint~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SwitchPoint.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SwitchPoint.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SwitchPoint.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MethodHandleProxies.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MethodHandleProxies.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandleProxies~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandleProxies.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandleProxies~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandleProxies.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandleProxies.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodHandleProxies.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/CallSite.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/CallSite.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CallSite~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CallSite.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CallSite~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CallSite.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CallSite.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CallSite.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/VolatileCallSite.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/VolatileCallSite.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/VolatileCallSite~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/VolatileCallSite.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/VolatileCallSite~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/VolatileCallSite.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/VolatileCallSite.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/VolatileCallSite.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassValue.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassValue.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassValue~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassValue.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassValue~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassValue.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassValue.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassValue.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/LockInfo.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/LockInfo.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LockInfo~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LockInfo.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LockInfo~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LockInfo.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LockInfo.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LockInfo.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ProcessBuilder_Redirect.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ProcessBuilder_Redirect.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ProcessBuilder_Redirect~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ProcessBuilder_Redirect.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ProcessBuilder_Redirect~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ProcessBuilder_Redirect.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ProcessBuilder_Redirect.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ProcessBuilder_Redirect.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassDefinition.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassDefinition.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassDefinition~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassDefinition.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassDefinition~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassDefinition.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassDefinition.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassDefinition.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Instrumentation.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Instrumentation.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Instrumentation~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Instrumentation.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Instrumentation~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Instrumentation.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Instrumentation.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Instrumentation.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassLoader.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassLoader.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassLoader~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassLoader.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassLoader~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassLoader.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassLoader.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassLoader.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassFileTransformer.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassFileTransformer.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassFileTransformer~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassFileTransformer.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassFileTransformer~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassFileTransformer.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassFileTransformer.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassFileTransformer.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MethodType.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MethodType.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodType~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodType.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodType~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodType.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodType.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MethodType.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/SerializedLambda.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/SerializedLambda.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SerializedLambda~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SerializedLambda.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SerializedLambda~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SerializedLambda.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SerializedLambda.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SerializedLambda.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Package.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Package.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Package~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Package.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Package~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Package.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Package.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Package.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Process.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Process.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Process~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Process.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Process~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Process.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Process.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Process.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Void.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Void.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Void~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Void.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Void~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Void.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Void.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Void.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Math.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Math.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Math~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Math.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Math~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Math.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Math.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Math.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotationFormatError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotationFormatError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotationFormatError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotationFormatError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotationFormatError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotationFormatError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotationFormatError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotationFormatError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NoSuchFieldError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NoSuchFieldError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchFieldError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchFieldError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchFieldError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchFieldError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchFieldError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchFieldError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InternalError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InternalError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InternalError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InternalError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InternalError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InternalError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InternalError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InternalError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassCircularityError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassCircularityError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassCircularityError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassCircularityError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassCircularityError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassCircularityError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassCircularityError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassCircularityError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Native.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Native.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Native~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Native.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Native~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Native.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Native.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Native.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InstantiationError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InstantiationError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InstantiationError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InstantiationError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InstantiationError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InstantiationError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InstantiationError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InstantiationError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ProcessBuilder_Redirect_Type.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ProcessBuilder_Redirect_Type.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ProcessBuilder_Redirect_Type~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ProcessBuilder_Redirect_Type.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ProcessBuilder_Redirect_Type~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ProcessBuilder_Redirect_Type.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ProcessBuilder_Redirect_Type.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ProcessBuilder_Redirect_Type.o -/Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ProcessBuilder_Redirect_Type.swift:13:30: warning: no calls to throwing functions occur within 'try' expression - .getEnumConstants()!.map { ProcessBuilder_Redirect_TypeForward( javaObject: $0.javaObject ) } - ^ - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/CharSequence.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/CharSequence.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CharSequence~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CharSequence.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CharSequence~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CharSequence.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CharSequence.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CharSequence.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/StringBuffer.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/StringBuffer.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StringBuffer~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StringBuffer.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StringBuffer~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StringBuffer.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StringBuffer.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StringBuffer.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/StringBuilder.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/StringBuilder.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StringBuilder~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StringBuilder.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StringBuilder~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StringBuilder.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StringBuilder.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StringBuilder.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Appendable.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Appendable.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Appendable~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Appendable.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Appendable~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Appendable.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Appendable.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Appendable.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalAccessException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalAccessException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalAccessException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalAccessException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalAccessException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalAccessException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalAccessException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalAccessException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/FunctionalInterface.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/FunctionalInterface.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/FunctionalInterface~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/FunctionalInterface.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/FunctionalInterface~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/FunctionalInterface.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/FunctionalInterface.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/FunctionalInterface.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MemoryType.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MemoryType.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryType~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryType.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryType~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryType.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryType.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryType.o -/Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MemoryType.swift:13:30: warning: no calls to throwing functions occur within 'try' expression - .getEnumConstants()!.map { MemoryTypeForward( javaObject: $0.javaObject ) } - ^ - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/CompilationMXBean.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/CompilationMXBean.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CompilationMXBean~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CompilationMXBean.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CompilationMXBean~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CompilationMXBean.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CompilationMXBean.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CompilationMXBean.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/OperatingSystemMXBean.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/OperatingSystemMXBean.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/OperatingSystemMXBean~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/OperatingSystemMXBean.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/OperatingSystemMXBean~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/OperatingSystemMXBean.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/OperatingSystemMXBean.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/OperatingSystemMXBean.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassLoadingMXBean.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassLoadingMXBean.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassLoadingMXBean~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassLoadingMXBean.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassLoadingMXBean~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassLoadingMXBean.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassLoadingMXBean.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassLoadingMXBean.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NoClassDefFoundError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NoClassDefFoundError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoClassDefFoundError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoClassDefFoundError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoClassDefFoundError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoClassDefFoundError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoClassDefFoundError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoClassDefFoundError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ReflectiveOperationException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ReflectiveOperationException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ReflectiveOperationException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ReflectiveOperationException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ReflectiveOperationException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ReflectiveOperationException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ReflectiveOperationException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ReflectiveOperationException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InstantiationException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InstantiationException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InstantiationException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InstantiationException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InstantiationException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InstantiationException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InstantiationException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InstantiationException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassNotFoundException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassNotFoundException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassNotFoundException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassNotFoundException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassNotFoundException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassNotFoundException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassNotFoundException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassNotFoundException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NoSuchFieldException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NoSuchFieldException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchFieldException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchFieldException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchFieldException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchFieldException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchFieldException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchFieldException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NoSuchMethodException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NoSuchMethodException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchMethodException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchMethodException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchMethodException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchMethodException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchMethodException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchMethodException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InvocationTargetException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InvocationTargetException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InvocationTargetException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InvocationTargetException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InvocationTargetException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InvocationTargetException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InvocationTargetException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InvocationTargetException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/JavaError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/JavaError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/VirtualMachineError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/VirtualMachineError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/VirtualMachineError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/VirtualMachineError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/VirtualMachineError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/VirtualMachineError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/VirtualMachineError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/VirtualMachineError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/UnknownError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/UnknownError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnknownError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnknownError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnknownError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnknownError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnknownError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnknownError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/OutOfMemoryError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/OutOfMemoryError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/OutOfMemoryError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/OutOfMemoryError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/OutOfMemoryError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/OutOfMemoryError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/OutOfMemoryError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/OutOfMemoryError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/StackOverflowError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/StackOverflowError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StackOverflowError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StackOverflowError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StackOverflowError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StackOverflowError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StackOverflowError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StackOverflowError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/LinkageError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/LinkageError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LinkageError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LinkageError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LinkageError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LinkageError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LinkageError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LinkageError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassFormatError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassFormatError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassFormatError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassFormatError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassFormatError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassFormatError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassFormatError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassFormatError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/UnsupportedClassVersionError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/UnsupportedClassVersionError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnsupportedClassVersionError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnsupportedClassVersionError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnsupportedClassVersionError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnsupportedClassVersionError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnsupportedClassVersionError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnsupportedClassVersionError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/GenericSignatureFormatError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/GenericSignatureFormatError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GenericSignatureFormatError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GenericSignatureFormatError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GenericSignatureFormatError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GenericSignatureFormatError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GenericSignatureFormatError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GenericSignatureFormatError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/UnsatisfiedLinkError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/UnsatisfiedLinkError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnsatisfiedLinkError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnsatisfiedLinkError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnsatisfiedLinkError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnsatisfiedLinkError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnsatisfiedLinkError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnsatisfiedLinkError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/BootstrapMethodError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/BootstrapMethodError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/BootstrapMethodError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/BootstrapMethodError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/BootstrapMethodError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/BootstrapMethodError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/BootstrapMethodError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/BootstrapMethodError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ExceptionInInitializerError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ExceptionInInitializerError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ExceptionInInitializerError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ExceptionInInitializerError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ExceptionInInitializerError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ExceptionInInitializerError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ExceptionInInitializerError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ExceptionInInitializerError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/VerifyError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/VerifyError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/VerifyError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/VerifyError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/VerifyError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/VerifyError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/VerifyError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/VerifyError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IncompatibleClassChangeError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IncompatibleClassChangeError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IncompatibleClassChangeError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IncompatibleClassChangeError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IncompatibleClassChangeError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IncompatibleClassChangeError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IncompatibleClassChangeError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IncompatibleClassChangeError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AbstractMethodError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AbstractMethodError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AbstractMethodError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AbstractMethodError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AbstractMethodError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AbstractMethodError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AbstractMethodError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AbstractMethodError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NoSuchMethodError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NoSuchMethodError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchMethodError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchMethodError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchMethodError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchMethodError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchMethodError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NoSuchMethodError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalAccessError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalAccessError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalAccessError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalAccessError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalAccessError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalAccessError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalAccessError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalAccessError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ThreadDeath.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ThreadDeath.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadDeath~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadDeath.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadDeath~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadDeath.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadDeath.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ThreadDeath.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AssertionError.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AssertionError.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AssertionError~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AssertionError.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AssertionError~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AssertionError.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AssertionError.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AssertionError.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/StringIndexOutOfBoundsException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/StringIndexOutOfBoundsException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StringIndexOutOfBoundsException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StringIndexOutOfBoundsException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StringIndexOutOfBoundsException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StringIndexOutOfBoundsException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StringIndexOutOfBoundsException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/StringIndexOutOfBoundsException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/UnsupportedOperationException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/UnsupportedOperationException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnsupportedOperationException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnsupportedOperationException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnsupportedOperationException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnsupportedOperationException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnsupportedOperationException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnsupportedOperationException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ArrayStoreException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ArrayStoreException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ArrayStoreException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ArrayStoreException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ArrayStoreException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ArrayStoreException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ArrayStoreException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ArrayStoreException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MalformedParametersException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MalformedParametersException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MalformedParametersException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MalformedParametersException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MalformedParametersException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MalformedParametersException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MalformedParametersException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MalformedParametersException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ElementType.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ElementType.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ElementType~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ElementType.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ElementType~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ElementType.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ElementType.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ElementType.o -/Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ElementType.swift:13:30: warning: no calls to throwing functions occur within 'try' expression - .getEnumConstants()!.map { ElementTypeForward( javaObject: $0.javaObject ) } - ^ - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Target.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Target.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Target~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Target.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Target~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Target.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Target.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Target.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/UndeclaredThrowableException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/UndeclaredThrowableException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UndeclaredThrowableException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UndeclaredThrowableException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UndeclaredThrowableException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UndeclaredThrowableException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UndeclaredThrowableException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UndeclaredThrowableException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalMonitorStateException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalMonitorStateException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalMonitorStateException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalMonitorStateException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalMonitorStateException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalMonitorStateException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalMonitorStateException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalMonitorStateException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/WrongMethodTypeException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/WrongMethodTypeException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/WrongMethodTypeException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/WrongMethodTypeException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/WrongMethodTypeException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/WrongMethodTypeException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/WrongMethodTypeException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/WrongMethodTypeException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Member.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Member.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Member~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Member.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Member~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Member.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Member.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Member.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InterruptedException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/InterruptedException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InterruptedException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InterruptedException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InterruptedException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InterruptedException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InterruptedException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/InterruptedException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Cloneable.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Cloneable.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Cloneable~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Cloneable.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Cloneable~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Cloneable.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Cloneable.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Cloneable.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotatedType.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotatedType.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedType~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedType.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedType~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedType.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedType.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedType.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotatedArrayType.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotatedArrayType.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedArrayType~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedArrayType.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedArrayType~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedArrayType.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedArrayType.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedArrayType.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotatedWildcardType.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotatedWildcardType.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedWildcardType~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedWildcardType.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedWildcardType~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedWildcardType.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedWildcardType.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedWildcardType.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotatedTypeVariable.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotatedTypeVariable.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedTypeVariable~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedTypeVariable.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedTypeVariable~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedTypeVariable.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedTypeVariable.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedTypeVariable.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotatedParameterizedType.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotatedParameterizedType.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedParameterizedType~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedParameterizedType.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedParameterizedType~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedParameterizedType.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedParameterizedType.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedParameterizedType.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/TypeVariable.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/TypeVariable.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/TypeVariable~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/TypeVariable.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/TypeVariable~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/TypeVariable.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/TypeVariable.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/TypeVariable.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/GenericDeclaration.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/GenericDeclaration.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GenericDeclaration~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GenericDeclaration.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GenericDeclaration~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GenericDeclaration.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GenericDeclaration.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GenericDeclaration.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/RuntimeMXBean.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/RuntimeMXBean.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RuntimeMXBean~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RuntimeMXBean.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RuntimeMXBean~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RuntimeMXBean.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RuntimeMXBean.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RuntimeMXBean.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/TypeNotPresentException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/TypeNotPresentException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/TypeNotPresentException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/TypeNotPresentException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/TypeNotPresentException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/TypeNotPresentException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/TypeNotPresentException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/TypeNotPresentException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Readable.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Readable.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Readable~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Readable.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Readable~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Readable.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Readable.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Readable.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ManagementPermission.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ManagementPermission.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ManagementPermission~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ManagementPermission.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ManagementPermission~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ManagementPermission.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ManagementPermission.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ManagementPermission.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/GenericArrayType.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/GenericArrayType.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GenericArrayType~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GenericArrayType.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GenericArrayType~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GenericArrayType.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GenericArrayType.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GenericArrayType.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalClassFormatException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalClassFormatException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalClassFormatException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalClassFormatException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalClassFormatException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalClassFormatException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalClassFormatException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalClassFormatException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ArithmeticException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ArithmeticException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ArithmeticException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ArithmeticException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ArithmeticException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ArithmeticException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ArithmeticException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ArithmeticException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/RetentionPolicy.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/RetentionPolicy.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RetentionPolicy~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RetentionPolicy.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RetentionPolicy~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RetentionPolicy.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RetentionPolicy.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RetentionPolicy.o -/Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/RetentionPolicy.swift:13:30: warning: no calls to throwing functions occur within 'try' expression - .getEnumConstants()!.map { RetentionPolicyForward( javaObject: $0.javaObject ) } - ^ - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Retention.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Retention.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Retention~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Retention.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Retention~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Retention.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Retention.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Retention.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Type.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Type.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Type~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Type.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Type~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Type.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Type.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Type.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/WildcardType.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/WildcardType.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/WildcardType~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/WildcardType.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/WildcardType~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/WildcardType.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/WildcardType.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/WildcardType.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ParameterizedType.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ParameterizedType.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ParameterizedType~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ParameterizedType.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ParameterizedType~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ParameterizedType.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ParameterizedType.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ParameterizedType.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/SafeVarargs.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/SafeVarargs.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SafeVarargs~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SafeVarargs.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SafeVarargs~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SafeVarargs.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SafeVarargs.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SafeVarargs.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MalformedParameterizedTypeException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MalformedParameterizedTypeException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MalformedParameterizedTypeException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MalformedParameterizedTypeException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MalformedParameterizedTypeException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MalformedParameterizedTypeException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MalformedParameterizedTypeException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MalformedParameterizedTypeException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/RuntimePermission.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/RuntimePermission.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RuntimePermission~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RuntimePermission.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RuntimePermission~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RuntimePermission.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RuntimePermission.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RuntimePermission.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalStateException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalStateException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalStateException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalStateException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalStateException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalStateException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalStateException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalStateException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotatedElement.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AnnotatedElement.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedElement~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedElement.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedElement~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedElement.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedElement.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AnnotatedElement.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/LambdaConversionException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/LambdaConversionException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LambdaConversionException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LambdaConversionException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LambdaConversionException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LambdaConversionException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LambdaConversionException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/LambdaConversionException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Documented.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Documented.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Documented~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Documented.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Documented~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Documented.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Documented.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Documented.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalThreadStateException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalThreadStateException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalThreadStateException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalThreadStateException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalThreadStateException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalThreadStateException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalThreadStateException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalThreadStateException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Iterable.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Iterable.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Iterable~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Iterable.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Iterable~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Iterable.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Iterable.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Iterable.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Override.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Override.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Override~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Override.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Override~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Override.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Override.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Override.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/RuntimeException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/RuntimeException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RuntimeException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RuntimeException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RuntimeException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RuntimeException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RuntimeException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/RuntimeException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IndexOutOfBoundsException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IndexOutOfBoundsException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IndexOutOfBoundsException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IndexOutOfBoundsException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IndexOutOfBoundsException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IndexOutOfBoundsException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IndexOutOfBoundsException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IndexOutOfBoundsException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ArrayIndexOutOfBoundsException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ArrayIndexOutOfBoundsException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ArrayIndexOutOfBoundsException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ArrayIndexOutOfBoundsException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ArrayIndexOutOfBoundsException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ArrayIndexOutOfBoundsException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ArrayIndexOutOfBoundsException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ArrayIndexOutOfBoundsException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalArgumentException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IllegalArgumentException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalArgumentException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalArgumentException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalArgumentException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalArgumentException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalArgumentException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IllegalArgumentException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NumberFormatException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NumberFormatException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NumberFormatException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NumberFormatException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NumberFormatException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NumberFormatException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NumberFormatException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NumberFormatException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/EnumConstantNotPresentException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/EnumConstantNotPresentException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/EnumConstantNotPresentException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/EnumConstantNotPresentException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/EnumConstantNotPresentException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/EnumConstantNotPresentException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/EnumConstantNotPresentException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/EnumConstantNotPresentException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NegativeArraySizeException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NegativeArraySizeException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NegativeArraySizeException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NegativeArraySizeException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NegativeArraySizeException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NegativeArraySizeException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NegativeArraySizeException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NegativeArraySizeException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/JavaSecurityException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/JavaSecurityException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaSecurityException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaSecurityException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaSecurityException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaSecurityException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaSecurityException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaSecurityException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassCastException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ClassCastException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassCastException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassCastException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassCastException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassCastException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassCastException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ClassCastException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IncompleteAnnotationException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/IncompleteAnnotationException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IncompleteAnnotationException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IncompleteAnnotationException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IncompleteAnnotationException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IncompleteAnnotationException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IncompleteAnnotationException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/IncompleteAnnotationException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NullPointerException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/NullPointerException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NullPointerException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NullPointerException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NullPointerException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NullPointerException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NullPointerException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/NullPointerException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Thread_State.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Thread_State.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Thread_State~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Thread_State.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Thread_State~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Thread_State.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Thread_State.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Thread_State.o -/Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Thread_State.swift:13:30: warning: no calls to throwing functions occur within 'try' expression - .getEnumConstants()!.map { Thread_StateForward( javaObject: $0.javaObject ) } - ^ - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Repeatable.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Repeatable.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Repeatable~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Repeatable.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Repeatable~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Repeatable.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Repeatable.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Repeatable.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/PlatformManagedObject.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/PlatformManagedObject.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/PlatformManagedObject~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/PlatformManagedObject.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/PlatformManagedObject~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/PlatformManagedObject.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/PlatformManagedObject.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/PlatformManagedObject.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/PlatformLoggingMXBean.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/PlatformLoggingMXBean.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/PlatformLoggingMXBean~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/PlatformLoggingMXBean.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/PlatformLoggingMXBean~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/PlatformLoggingMXBean.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/PlatformLoggingMXBean.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/PlatformLoggingMXBean.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MemoryManagerMXBean.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/MemoryManagerMXBean.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryManagerMXBean~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryManagerMXBean.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryManagerMXBean~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryManagerMXBean.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryManagerMXBean.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/MemoryManagerMXBean.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/GarbageCollectorMXBean.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/GarbageCollectorMXBean.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GarbageCollectorMXBean~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GarbageCollectorMXBean.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GarbageCollectorMXBean~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GarbageCollectorMXBean.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GarbageCollectorMXBean.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/GarbageCollectorMXBean.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/BufferPoolMXBean.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/BufferPoolMXBean.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/BufferPoolMXBean~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/BufferPoolMXBean.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/BufferPoolMXBean~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/BufferPoolMXBean.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/BufferPoolMXBean.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/BufferPoolMXBean.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/SuppressWarnings.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/SuppressWarnings.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SuppressWarnings~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SuppressWarnings.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SuppressWarnings~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SuppressWarnings.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SuppressWarnings.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/SuppressWarnings.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Deprecated.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Deprecated.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Deprecated~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Deprecated.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Deprecated~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Deprecated.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Deprecated.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Deprecated.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Annotation.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Annotation.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Annotation~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Annotation.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Annotation~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Annotation.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Annotation.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Annotation.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Inherited.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Inherited.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Inherited~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Inherited.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Inherited~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Inherited.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Inherited.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Inherited.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ReflectPermission.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/ReflectPermission.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ReflectPermission~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ReflectPermission.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ReflectPermission~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ReflectPermission.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ReflectPermission.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/ReflectPermission.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/CloneNotSupportedException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/CloneNotSupportedException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CloneNotSupportedException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CloneNotSupportedException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CloneNotSupportedException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CloneNotSupportedException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CloneNotSupportedException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/CloneNotSupportedException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Character_UnicodeScript.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Character_UnicodeScript.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character_UnicodeScript~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character_UnicodeScript.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character_UnicodeScript~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character_UnicodeScript.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character_UnicodeScript.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/Character_UnicodeScript.o -/Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/Character_UnicodeScript.swift:13:30: warning: no calls to throwing functions occur within 'try' expression - .getEnumConstants()!.map { Character_UnicodeScriptForward( javaObject: $0.javaObject ) } - ^ - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/JavaComparable.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/JavaComparable.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaComparable~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaComparable.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaComparable~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaComparable.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaComparable.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/JavaComparable.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/UnmodifiableClassException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/UnmodifiableClassException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnmodifiableClassException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnmodifiableClassException.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnmodifiableClassException~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnmodifiableClassException.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnmodifiableClassException.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/UnmodifiableClassException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AutoCloseable.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-915fb7 -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_lang/Sources/AutoCloseable.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AutoCloseable~partial.swiftdoc -serialize-diagnostics-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AutoCloseable.dia -module-name java_lang -emit-module-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AutoCloseable~partial.swiftmodule -emit-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AutoCloseable.d -emit-reference-dependencies-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AutoCloseable.swiftdeps -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/AutoCloseable.o - -MergeSwiftModule normal x86_64 /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -merge-modules -emit-module -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/inputs-f8b536 -parse-as-library -sil-merge-partial-modules -disable-diagnostic-passes -disable-sil-perf-optzns -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -Xcc -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_lang.build/Debug/java_lang.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_lang -emit-module-doc-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc -module-name java_lang -emit-objc-header-path /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-Swift.h -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - -Ditto /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang-Swift.h /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-Swift.h - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang-Swift.h /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang-Swift.h - -CompileC /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang_vers.o /tmp/java_lang.build/Debug/java_lang.build/DerivedSources/java_lang_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - export LANG=en_US.US-ASCII - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -gmodules -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -fmodule-name=java_lang -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DDEBUG=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.10 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -iquote /tmp/java_lang.build/Debug/java_lang.build/java_lang-generated-files.hmap -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-own-target-headers.hmap -I/tmp/java_lang.build/Debug/java_lang.build/java_lang-all-non-framework-target-headers.hmap -ivfsoverlay /tmp/java_lang.build/all-product-headers.yaml -iquote /tmp/java_lang.build/Debug/java_lang.build/java_lang-project-headers.hmap -I/tmp/Debug/include -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources/x86_64 -I/tmp/java_lang.build/Debug/java_lang.build/DerivedSources -F/tmp/Debug -MMD -MT dependencies -MF /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang_vers.d --serialize-diagnostics /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang_vers.dia -c /tmp/java_lang.build/Debug/java_lang.build/DerivedSources/java_lang_vers.c -o /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang_vers.o - -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftmodule - -Ditto /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /usr/bin/ditto -rsrc /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftdoc /tmp/Debug/java_lang.framework/Versions/A/Modules/java_lang.swiftmodule/x86_64.swiftdoc - -Ld /tmp/Debug/java_lang.framework/Versions/A/java_lang normal x86_64 - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - export MACOSX_DEPLOYMENT_TARGET=10.10 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -L/tmp/Debug -F/tmp/Debug -filelist /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.LinkFileList -install_name @rpath/java_lang.framework/Versions/A/java_lang -Xlinker -rpath -Xlinker @executable_path/../Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mmacosx-version-min=10.10 -Xlinker -object_path_lto -Xlinker /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -add_ast_path -Xlinker /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang.swiftmodule -framework java_swift -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /tmp/java_lang.build/Debug/java_lang.build/Objects-normal/x86_64/java_lang_dependency_info.dat -o /tmp/Debug/java_lang.framework/Versions/A/java_lang - -CpHeader java_lang.h /tmp/Debug/java_lang.framework/Versions/A/Headers/java_lang.h - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/johnholdsworth/Developer/SwiftJava/java_lang/java_lang.h /tmp/Debug/java_lang.framework/Versions/A/Headers - -Ditto /tmp/java_lang.build/Debug/java_lang.build/module.modulemap /tmp/Debug/java_lang.framework/Versions/A/Modules/module.modulemap - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /tmp/java_lang.build/Debug/java_lang.build/module.modulemap /tmp/Debug/java_lang.framework/Versions/A/Modules - -Touch /tmp/Debug/java_lang.framework - cd /Users/johnholdsworth/Developer/SwiftJava/java_lang - /usr/bin/touch -c /tmp/Debug/java_lang.framework - -=== BUILD TARGET java_util OF PROJECT java_util WITH CONFIGURATION Debug === - -Check dependencies - -Write auxiliary files -write-file /tmp/java_util.build/all-product-headers.yaml -write-file /tmp/java_util.build/Debug/java_util.build/java_util-generated-files.hmap -write-file /tmp/java_util.build/Debug/java_util.build/swift-overrides.hmap -write-file /tmp/java_util.build/Debug/java_util.build/unextended-module-overlay.yaml -/bin/mkdir -p /tmp/java_util.build/Debug/java_util.build/DerivedSources -write-file /tmp/java_util.build/Debug/java_util.build/DerivedSources/java_util_vers.c -write-file /tmp/java_util.build/Debug/java_util.build/unextended-module.modulemap -/bin/mkdir -p /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64 -write-file /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util-OutputFileMap.json -write-file /tmp/java_util.build/Debug/java_util.build/java_util-own-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util-all-non-framework-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util-project-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/module.modulemap -write-file /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util.LinkFileList -write-file /tmp/java_util.build/Debug/java_util.build/java_util-all-target-headers.hmap -write-file /tmp/java_util.build/Debug/java_util.build/java_util.hmap - -Create product structure -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Modules -/bin/ln -sfh Versions/Current/Modules /tmp/Debug/java_util.framework/Modules -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Headers -/bin/mkdir -p /tmp/Debug/java_util.framework/Versions/A/Resources -/bin/ln -sfh A /tmp/Debug/java_util.framework/Versions/Current -/bin/ln -sfh Versions/Current/Resources /tmp/Debug/java_util.framework/Resources -/bin/ln -sfh Versions/Current/Headers /tmp/Debug/java_util.framework/Headers -/bin/ln -sfh Versions/Current/java_util /tmp/Debug/java_util.framework/java_util - -ProcessInfoPlistFile /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist Info.plist - cd /Users/johnholdsworth/Developer/SwiftJava/java_util - builtin-infoPlistUtility /Users/johnholdsworth/Developer/SwiftJava/java_util/Info.plist -expandbuildsettings -platform macosx -o /tmp/Debug/java_util.framework/Versions/A/Resources/Info.plist - -CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler - cd /Users/johnholdsworth/Developer/SwiftJava/java_util - export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer - export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name java_util -Onone -enforce-exclusivity=checked -DDEBUG -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -target x86_64-apple-macosx10.10 -g -Xfrontend -serialize-debugging-options -enable-testing -swift-version 3 -I /tmp/Debug -F /tmp/Debug -c -j4 /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/BrokenBarrierException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ConcurrentLinkedQueue.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AtomicBoolean.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IntToLongFunction.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/JavaComparator.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/RecursiveAction.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IntFunction.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LongFunction.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/OptionalInt.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/StringTokenizer.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Callable.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AbstractExecutorService.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ToDoubleFunction.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Objects.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/MissingFormatWidthException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/SimpleTimeZone.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/CalendarNameProvider.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/CompletionStage.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Spliterators.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LockSupport.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IntPredicate.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AtomicReference.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/PreferenceChangeListener.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Consumer.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/MatchResult.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Lock.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LoggingMXBean.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IllegalFormatWidthException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/DelayQueue.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Supplier.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Base64.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ZipError.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ResourceBundleControlProvider.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/GregorianCalendar.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ArrayList.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/PropertyPermission.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Filter.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Checksum.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LogManager.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/RejectedExecutionHandler.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LoggingPermission.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/RecursiveTask.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IntConsumer.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/SimpleFormatter.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ExecutionException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/EventListener.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/StreamHandler.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/TreeSet.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ExecutorService.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Pattern.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/JavaLocale.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/DoublePredicate.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LinkedList.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AtomicMarkableReference.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ObjLongConsumer.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/SocketHandler.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LinkedBlockingDeque.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AtomicLong.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/PriorityQueue.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/BlockingDeque.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/PropertyResourceBundle.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ZipEntry.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AtomicReferenceArray.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/JarException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ThreadFactory.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ForkJoinPool.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LongUnaryOperator.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Adler32.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Scanner.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ToDoubleBiFunction.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AbstractOwnableSynchronizer.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/FormatFlagsConversionMismatchException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ConcurrentMap.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ExecutorCompletionService.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Attributes.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Executors.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LinkedBlockingQueue.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Calendar.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/DoubleConsumer.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ScheduledFuture.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Currency.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/FileHandler.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/CountedCompleter.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IntSummaryStatistics.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/JarOutputStream.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Random.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/DoubleBinaryOperator.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/CheckedInputStream.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/StampedLock.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Stack.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/List.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ListResourceBundle.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/HashSet.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/FormatterClosedException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/GZIPOutputStream.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/CancellationException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/StreamSupport.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ThreadLocalRandom.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ArrayBlockingQueue.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AtomicIntegerFieldUpdater.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Stream.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ListIterator.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Observer.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/TimeoutException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AbstractSet.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ToLongFunction.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AbstractQueuedLongSynchronizer.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/XMLFormatter.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Dictionary.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Collectors.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LongConsumer.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IllegalFormatException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/DeflaterOutputStream.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/NodeChangeEvent.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/EmptyStackException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Preferences.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ZipFile.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/SortedSet.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/InflaterOutputStream.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/BlockingQueue.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/CurrencyNameProvider.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LongAdder.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ResourceBundle.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/MemoryHandler.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Collections.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/SplittableRandom.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Spliterator.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/StringJoiner.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/TooManyListenersException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AtomicIntegerArray.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/MissingFormatArgumentException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/RunnableFuture.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Properties.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/TimerTask.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Vector.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/InflaterInputStream.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/SynchronousQueue.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/BitSet.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Predicate.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LongSupplier.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/NavigableMap.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/DoubleUnaryOperator.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/OptionalLong.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/CRC32.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Timer.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ObjDoubleConsumer.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/JarFile.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Delayed.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Date.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/CompletionService.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/NoSuchElementException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IllegalFormatConversionException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ScheduledExecutorService.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/DoubleSupplier.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Observable.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ServiceConfigurationError.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/BiPredicate.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AbstractList.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/FutureTask.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/CopyOnWriteArrayList.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AbstractSequentialList.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/BaseStream.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Semaphore.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IntUnaryOperator.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Optional.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/NavigableSet.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Exchanger.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/PriorityBlockingQueue.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/BackingStoreException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/MissingResourceException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/JarEntry.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LongStream.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ForkJoinWorkerThread.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/PatternSyntaxException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ScheduledThreadPoolExecutor.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Deflater.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/TreeMap.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Collection.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ServiceLoader.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ForkJoinTask.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LongPredicate.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/TransferQueue.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/EnumSet.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LongSummaryStatistics.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/RejectedExecutionException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LinkedTransferQueue.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Deque.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ToIntBiFunction.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ThreadPoolExecutor.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/CountDownLatch.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IntSupplier.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ConcurrentHashMap.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ToIntFunction.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Phaser.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/DoubleAdder.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Formattable.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/CalendarDataProvider.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LongToDoubleFunction.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LogRecord.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/BinaryOperator.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ConcurrentSkipListMap.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/GZIPInputStream.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/CompletionException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Arrays.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/InvalidPreferencesFormatException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ZipOutputStream.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ErrorManager.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/OptionalDouble.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/TimeZone.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ConsoleHandler.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ObjIntConsumer.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/DataFormatException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/PreferencesFactory.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/UnaryOperator.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/DoubleSummaryStatistics.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IllformedLocaleException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/PrimitiveIterator.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AtomicStampedReference.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LongToIntFunction.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AtomicLongArray.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/PreferenceChangeEvent.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/TimeUnit.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AbstractMap.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Iterator.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ReentrantLock.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/JarInputStream.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Manifest.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ConcurrentNavigableMap.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IllegalFormatCodePointException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Formatter.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/SortedMap.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/BiConsumer.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Pack200.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ConcurrentLinkedDeque.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Hashtable.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ZipInputStream.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Matcher.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Executor.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ReadWriteLock.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/logging_Formatter.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/DoubleToLongFunction.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ToLongBiFunction.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/InputMismatchException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AbstractQueue.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Collector.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AtomicReferenceFieldUpdater.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IllegalFormatFlagsException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ReentrantReadWriteLock.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AtomicInteger.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/DoubleFunction.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IntBinaryOperator.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/RunnableScheduledFuture.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/DuplicateFormatFlagsException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Queue.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/DoubleStream.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/UUID.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IntToDoubleFunction.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LocaleNameProvider.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Condition.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LongAccumulator.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/EventObject.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/DoubleToIntFunction.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IntStream.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/CyclicBarrier.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/FormattableFlags.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LinkedHashMap.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/WeakHashMap.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/CheckedOutputStream.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IllegalFormatPrecisionException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Inflater.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AtomicLongFieldUpdater.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AbstractPreferences.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ZipException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/DeflaterInputStream.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ConcurrentModificationException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Enumeration.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Level.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/InvalidPropertiesFormatException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/BiFunction.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/BooleanSupplier.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LinkedHashSet.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Future.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/RandomAccess.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/EventListenerProxy.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LocaleServiceProvider.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/NodeChangeListener.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AbstractCollection.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ConcurrentSkipListSet.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IdentityHashMap.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/TimeZoneNameProvider.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Function.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LongBinaryOperator.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ArrayDeque.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/CopyOnWriteArraySet.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Logger.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/EnumMap.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/Handler.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/UnknownFormatConversionException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AbstractQueuedSynchronizer.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/UnknownFormatFlagsException.swift /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/DoubleAccumulator.swift -output-file-map /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util.swiftmodule -Xcc -I/tmp/java_util.build/Debug/java_util.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-generated-files.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-own-target-headers.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources/x86_64 -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources -Xcc -DDEBUG=1 -emit-objc-header -emit-objc-header-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/java_util-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/Debug/java_util.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_util - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/BrokenBarrierException.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_util - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-b1ff3d -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/BrokenBarrierException.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_util.build/Debug/java_util.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-generated-files.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-own-target-headers.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources/x86_64 -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/Debug/java_util.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_util -emit-module-doc-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/BrokenBarrierException~partial.swiftdoc -serialize-diagnostics-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/BrokenBarrierException.dia -module-name java_util -emit-module-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/BrokenBarrierException~partial.swiftmodule -emit-dependencies-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/BrokenBarrierException.d -emit-reference-dependencies-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/BrokenBarrierException.swiftdeps -o /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/BrokenBarrierException.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ConcurrentLinkedQueue.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_util - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-b1ff3d -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/ConcurrentLinkedQueue.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_util.build/Debug/java_util.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-generated-files.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-own-target-headers.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources/x86_64 -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/Debug/java_util.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_util -emit-module-doc-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/ConcurrentLinkedQueue~partial.swiftdoc -serialize-diagnostics-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/ConcurrentLinkedQueue.dia -module-name java_util -emit-module-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/ConcurrentLinkedQueue~partial.swiftmodule -emit-dependencies-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/ConcurrentLinkedQueue.d -emit-reference-dependencies-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/ConcurrentLinkedQueue.swiftdeps -o /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/ConcurrentLinkedQueue.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AtomicBoolean.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_util - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-b1ff3d -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/AtomicBoolean.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_util.build/Debug/java_util.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-generated-files.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-own-target-headers.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources/x86_64 -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/Debug/java_util.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_util -emit-module-doc-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/AtomicBoolean~partial.swiftdoc -serialize-diagnostics-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/AtomicBoolean.dia -module-name java_util -emit-module-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/AtomicBoolean~partial.swiftmodule -emit-dependencies-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/AtomicBoolean.d -emit-reference-dependencies-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/AtomicBoolean.swiftdeps -o /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/AtomicBoolean.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IntToLongFunction.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_util - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-b1ff3d -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IntToLongFunction.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_util.build/Debug/java_util.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-generated-files.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-own-target-headers.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources/x86_64 -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/Debug/java_util.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_util -emit-module-doc-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/IntToLongFunction~partial.swiftdoc -serialize-diagnostics-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/IntToLongFunction.dia -module-name java_util -emit-module-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/IntToLongFunction~partial.swiftmodule -emit-dependencies-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/IntToLongFunction.d -emit-reference-dependencies-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/IntToLongFunction.swiftdeps -o /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/IntToLongFunction.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/JavaComparator.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_util - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-b1ff3d -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/JavaComparator.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_util.build/Debug/java_util.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-generated-files.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-own-target-headers.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources/x86_64 -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/Debug/java_util.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_util -emit-module-doc-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/JavaComparator~partial.swiftdoc -serialize-diagnostics-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/JavaComparator.dia -module-name java_util -emit-module-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/JavaComparator~partial.swiftmodule -emit-dependencies-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/JavaComparator.d -emit-reference-dependencies-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/JavaComparator.swiftdeps -o /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/JavaComparator.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/RecursiveAction.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_util - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-b1ff3d -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/RecursiveAction.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_util.build/Debug/java_util.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-generated-files.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-own-target-headers.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources/x86_64 -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/Debug/java_util.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_util -emit-module-doc-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/RecursiveAction~partial.swiftdoc -serialize-diagnostics-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/RecursiveAction.dia -module-name java_util -emit-module-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/RecursiveAction~partial.swiftmodule -emit-dependencies-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/RecursiveAction.d -emit-reference-dependencies-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/RecursiveAction.swiftdeps -o /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/RecursiveAction.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IntFunction.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_util - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-b1ff3d -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/IntFunction.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_util.build/Debug/java_util.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-generated-files.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-own-target-headers.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources/x86_64 -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/Debug/java_util.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_util -emit-module-doc-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/IntFunction~partial.swiftdoc -serialize-diagnostics-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/IntFunction.dia -module-name java_util -emit-module-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/IntFunction~partial.swiftmodule -emit-dependencies-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/IntFunction.d -emit-reference-dependencies-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/IntFunction.swiftdeps -o /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/IntFunction.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LongFunction.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_util - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-b1ff3d -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/LongFunction.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_util.build/Debug/java_util.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-generated-files.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-own-target-headers.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources/x86_64 -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/Debug/java_util.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_util -emit-module-doc-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/LongFunction~partial.swiftdoc -serialize-diagnostics-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/LongFunction.dia -module-name java_util -emit-module-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/LongFunction~partial.swiftmodule -emit-dependencies-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/LongFunction.d -emit-reference-dependencies-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/LongFunction.swiftdeps -o /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/LongFunction.o - -CompileSwift normal x86_64 /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/OptionalInt.swift - cd /Users/johnholdsworth/Developer/SwiftJava/java_util - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/nh/gqmp6jxn4tn2tyhwqdcwcpkc0000gn/T/sources-b1ff3d -primary-file /Users/johnholdsworth/Developer/SwiftJava/java_util/Sources/OptionalInt.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I /tmp/Debug -F /tmp/Debug -enable-testing -g -import-underlying-module -swift-version 3 -enforce-exclusivity=checked -Onone -D DEBUG -serialize-debugging-options -Xcc -I/tmp/java_util.build/Debug/java_util.build/swift-overrides.hmap -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-generated-files.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-own-target-headers.hmap -Xcc -I/tmp/java_util.build/Debug/java_util.build/java_util-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/all-product-headers.yaml -Xcc -iquote -Xcc /tmp/java_util.build/Debug/java_util.build/java_util-project-headers.hmap -Xcc -I/tmp/Debug/include -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources/x86_64 -Xcc -I/tmp/java_util.build/Debug/java_util.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /tmp/java_util.build/Debug/java_util.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/johnholdsworth/Developer/SwiftJava/java_util -emit-module-doc-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/OptionalInt~partial.swiftdoc -serialize-diagnostics-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/OptionalInt.dia -module-name java_util -emit-module-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/OptionalInt~partial.swiftmodule -emit-dependencies-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/OptionalInt.d -emit-reference-dependencies-path /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/OptionalInt.swiftdeps -o /tmp/java_util.build/Debug/java_util.build/Objects-normal/x86_64/OptionalInt.o From 71188f8a81d641f80da2135037a336b9bddbe988 Mon Sep 17 00:00:00 2001 From: Alsey Coleman Miller Date: Mon, 21 Nov 2022 13:29:24 -0800 Subject: [PATCH 5/6] Add missing imports --- Sources/InvocationHandler.swift | 4 +++- Sources/Thread_UncaughtExceptionHandler.swift | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Sources/InvocationHandler.swift b/Sources/InvocationHandler.swift index 200d335..1d2c23e 100644 --- a/Sources/InvocationHandler.swift +++ b/Sources/InvocationHandler.swift @@ -1,4 +1,6 @@ - +#if canImport(Glibc) +import Glibc +#endif import java_swift /// generated by: genswift.java 'java/lang|java/util|java/sql|java/awt|javax/swing' /// diff --git a/Sources/Thread_UncaughtExceptionHandler.swift b/Sources/Thread_UncaughtExceptionHandler.swift index c57aec9..cab524a 100644 --- a/Sources/Thread_UncaughtExceptionHandler.swift +++ b/Sources/Thread_UncaughtExceptionHandler.swift @@ -1,4 +1,6 @@ - +#if canImport(Glibc) +import Glibc +#endif import java_swift /// generated by: genswift.java 'java/lang|java/util|java/sql|java/awt|javax/swing' /// From 9ec60a979b48323cb787b759419b641a52943c97 Mon Sep 17 00:00:00 2001 From: Alsey Coleman Miller Date: Fri, 6 Jun 2025 23:54:26 -0400 Subject: [PATCH 6/6] Fix Darwin support --- Sources/InvocationHandler.swift | 6 +++++- Sources/Thread_UncaughtExceptionHandler.swift | 7 ++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Sources/InvocationHandler.swift b/Sources/InvocationHandler.swift index 1d2c23e..ee9096e 100644 --- a/Sources/InvocationHandler.swift +++ b/Sources/InvocationHandler.swift @@ -1,5 +1,9 @@ -#if canImport(Glibc) +#if canImport(Darwin) +import Darwin.C +#elseif canImport(Glibc) import Glibc +#elseif canImport(Android) +import Android #endif import java_swift diff --git a/Sources/Thread_UncaughtExceptionHandler.swift b/Sources/Thread_UncaughtExceptionHandler.swift index cab524a..07acad3 100644 --- a/Sources/Thread_UncaughtExceptionHandler.swift +++ b/Sources/Thread_UncaughtExceptionHandler.swift @@ -1,6 +1,11 @@ -#if canImport(Glibc) +#if canImport(Darwin) +import Darwin.C +#elseif canImport(Glibc) import Glibc +#elseif canImport(Android) +import Android #endif + import java_swift /// generated by: genswift.java 'java/lang|java/util|java/sql|java/awt|javax/swing' ///