diff --git a/.gitignore b/.gitignore
index 1cee63f..60fbf1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,5 @@
*/xcuserdata/*
+.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/Package.swift b/Package.swift
index cce0a20..69dae52 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:5.7
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).. 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 {
- ^
-