Build Information
Successful build of java_lang, reference master (9ec60a
), with Swift 6.2 (beta) for Android on 20 Jun 2025 21:45:54 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
/host/spi-builder-workspace/Sources/JavaFloat.swift:8:12: warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Float ///
7 |
8 | open class JavaFloat: Number, JavaComparable {
| `- warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaSecurityException.swift:8:12: warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.SecurityException ///
7 |
8 | open class JavaSecurityException: RuntimeException {
| `- warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaString.swift:8:12: warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.String ///
7 |
8 | open class JavaString: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, JavaComparable, CharSequence {
| `- warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaConversionException.swift:8:12: warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaConversionException ///
7 |
8 | open class LambdaConversionException: java_swift.Exception {
| `- warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaMetafactory.swift:8:12: warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaMetafactory ///
7 |
8 | open class LambdaMetafactory: java_swift.JavaObject {
| `- warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LinkageError.swift:8:12: warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.LinkageError ///
7 |
8 | open class LinkageError: JavaError {
| `- warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LockInfo.swift:8:12: warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.LockInfo ///
7 |
8 | open class LockInfo: java_swift.JavaObject {
| `- warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Long.swift:8:12: warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Long ///
7 |
8 | open class Long: Number, JavaComparable {
| `- warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParameterizedTypeException.swift:8:12: warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParameterizedTypeException ///
7 |
8 | open class MalformedParameterizedTypeException: RuntimeException {
| `- warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParametersException.swift:8:12: warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParametersException ///
7 |
8 | open class MalformedParametersException: RuntimeException {
| `- warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementFactory.swift:8:12: warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementFactory ///
7 |
8 | open class ManagementFactory: java_swift.JavaObject {
| `- warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementPermission.swift:8:12: warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementPermission ///
7 |
8 | open class ManagementPermission: /* class java.security.BasicPermission */ UnavailableObject {
| `- warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Math.swift:8:12: warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Math ///
7 |
8 | open class Math: java_swift.JavaObject {
| `- warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[192/207] Compiling java_lang JavaComparable.swift
/host/spi-builder-workspace/Sources/Instrumentation.swift:73:12: warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
71 |
72 |
73 | open class InstrumentationForward: JNIObjectForward, Instrumentation {
| `- warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
74 |
75 | private static var InstrumentationJNIClass: jclass?
/host/spi-builder-workspace/Sources/Integer.swift:8:12: warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Integer ///
7 |
8 | open class Integer: Number, JavaComparable {
| `- warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InternalError.swift:8:12: warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InternalError ///
7 |
8 | open class InternalError: VirtualMachineError {
| `- warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InterruptedException.swift:8:12: warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InterruptedException ///
7 |
8 | open class InterruptedException: java_swift.Exception {
| `- warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InvocationHandler.swift:23:12: warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
21 |
22 |
23 | open class InvocationHandlerForward: JNIObjectForward, InvocationHandler {
| `- warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
24 |
25 | private static var InvocationHandlerJNIClass: jclass?
/host/spi-builder-workspace/Sources/InvocationTargetException.swift:8:12: warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.InvocationTargetException ///
7 |
8 | open class InvocationTargetException: ReflectiveOperationException {
| `- warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Iterable.swift:25:12: warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class IterableForward: JNIObjectForward, Iterable {
| `- warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 | private static var IterableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaComparable.swift:17:12: warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class JavaComparableForward: JNIObjectForward, JavaComparable {
| `- warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 | private static var JavaComparableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaDouble.swift:8:12: warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Double ///
7 |
8 | open class JavaDouble: Number, JavaComparable {
| `- warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaError.swift:8:12: warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Error ///
7 |
8 | open class JavaError: java_swift.Throwable {
| `- warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaFloat.swift:8:12: warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Float ///
7 |
8 | open class JavaFloat: Number, JavaComparable {
| `- warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaSecurityException.swift:8:12: warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.SecurityException ///
7 |
8 | open class JavaSecurityException: RuntimeException {
| `- warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaString.swift:8:12: warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.String ///
7 |
8 | open class JavaString: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, JavaComparable, CharSequence {
| `- warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaConversionException.swift:8:12: warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaConversionException ///
7 |
8 | open class LambdaConversionException: java_swift.Exception {
| `- warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaMetafactory.swift:8:12: warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaMetafactory ///
7 |
8 | open class LambdaMetafactory: java_swift.JavaObject {
| `- warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LinkageError.swift:8:12: warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.LinkageError ///
7 |
8 | open class LinkageError: JavaError {
| `- warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LockInfo.swift:8:12: warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.LockInfo ///
7 |
8 | open class LockInfo: java_swift.JavaObject {
| `- warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Long.swift:8:12: warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Long ///
7 |
8 | open class Long: Number, JavaComparable {
| `- warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParameterizedTypeException.swift:8:12: warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParameterizedTypeException ///
7 |
8 | open class MalformedParameterizedTypeException: RuntimeException {
| `- warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParametersException.swift:8:12: warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParametersException ///
7 |
8 | open class MalformedParametersException: RuntimeException {
| `- warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementFactory.swift:8:12: warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementFactory ///
7 |
8 | open class ManagementFactory: java_swift.JavaObject {
| `- warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementPermission.swift:8:12: warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementPermission ///
7 |
8 | open class ManagementPermission: /* class java.security.BasicPermission */ UnavailableObject {
| `- warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Math.swift:8:12: warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Math ///
7 |
8 | open class Math: java_swift.JavaObject {
| `- warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[193/207] Compiling java_lang JavaDouble.swift
/host/spi-builder-workspace/Sources/Instrumentation.swift:73:12: warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
71 |
72 |
73 | open class InstrumentationForward: JNIObjectForward, Instrumentation {
| `- warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
74 |
75 | private static var InstrumentationJNIClass: jclass?
/host/spi-builder-workspace/Sources/Integer.swift:8:12: warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Integer ///
7 |
8 | open class Integer: Number, JavaComparable {
| `- warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InternalError.swift:8:12: warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InternalError ///
7 |
8 | open class InternalError: VirtualMachineError {
| `- warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InterruptedException.swift:8:12: warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InterruptedException ///
7 |
8 | open class InterruptedException: java_swift.Exception {
| `- warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InvocationHandler.swift:23:12: warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
21 |
22 |
23 | open class InvocationHandlerForward: JNIObjectForward, InvocationHandler {
| `- warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
24 |
25 | private static var InvocationHandlerJNIClass: jclass?
/host/spi-builder-workspace/Sources/InvocationTargetException.swift:8:12: warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.InvocationTargetException ///
7 |
8 | open class InvocationTargetException: ReflectiveOperationException {
| `- warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Iterable.swift:25:12: warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class IterableForward: JNIObjectForward, Iterable {
| `- warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 | private static var IterableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaComparable.swift:17:12: warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class JavaComparableForward: JNIObjectForward, JavaComparable {
| `- warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 | private static var JavaComparableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaDouble.swift:8:12: warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Double ///
7 |
8 | open class JavaDouble: Number, JavaComparable {
| `- warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaError.swift:8:12: warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Error ///
7 |
8 | open class JavaError: java_swift.Throwable {
| `- warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaFloat.swift:8:12: warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Float ///
7 |
8 | open class JavaFloat: Number, JavaComparable {
| `- warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaSecurityException.swift:8:12: warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.SecurityException ///
7 |
8 | open class JavaSecurityException: RuntimeException {
| `- warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaString.swift:8:12: warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.String ///
7 |
8 | open class JavaString: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, JavaComparable, CharSequence {
| `- warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaConversionException.swift:8:12: warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaConversionException ///
7 |
8 | open class LambdaConversionException: java_swift.Exception {
| `- warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaMetafactory.swift:8:12: warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaMetafactory ///
7 |
8 | open class LambdaMetafactory: java_swift.JavaObject {
| `- warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LinkageError.swift:8:12: warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.LinkageError ///
7 |
8 | open class LinkageError: JavaError {
| `- warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LockInfo.swift:8:12: warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.LockInfo ///
7 |
8 | open class LockInfo: java_swift.JavaObject {
| `- warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Long.swift:8:12: warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Long ///
7 |
8 | open class Long: Number, JavaComparable {
| `- warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParameterizedTypeException.swift:8:12: warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParameterizedTypeException ///
7 |
8 | open class MalformedParameterizedTypeException: RuntimeException {
| `- warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParametersException.swift:8:12: warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParametersException ///
7 |
8 | open class MalformedParametersException: RuntimeException {
| `- warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementFactory.swift:8:12: warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementFactory ///
7 |
8 | open class ManagementFactory: java_swift.JavaObject {
| `- warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementPermission.swift:8:12: warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementPermission ///
7 |
8 | open class ManagementPermission: /* class java.security.BasicPermission */ UnavailableObject {
| `- warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Math.swift:8:12: warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Math ///
7 |
8 | open class Math: java_swift.JavaObject {
| `- warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[194/207] Compiling java_lang JavaError.swift
/host/spi-builder-workspace/Sources/Instrumentation.swift:73:12: warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
71 |
72 |
73 | open class InstrumentationForward: JNIObjectForward, Instrumentation {
| `- warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
74 |
75 | private static var InstrumentationJNIClass: jclass?
/host/spi-builder-workspace/Sources/Integer.swift:8:12: warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Integer ///
7 |
8 | open class Integer: Number, JavaComparable {
| `- warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InternalError.swift:8:12: warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InternalError ///
7 |
8 | open class InternalError: VirtualMachineError {
| `- warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InterruptedException.swift:8:12: warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InterruptedException ///
7 |
8 | open class InterruptedException: java_swift.Exception {
| `- warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InvocationHandler.swift:23:12: warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
21 |
22 |
23 | open class InvocationHandlerForward: JNIObjectForward, InvocationHandler {
| `- warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
24 |
25 | private static var InvocationHandlerJNIClass: jclass?
/host/spi-builder-workspace/Sources/InvocationTargetException.swift:8:12: warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.InvocationTargetException ///
7 |
8 | open class InvocationTargetException: ReflectiveOperationException {
| `- warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Iterable.swift:25:12: warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class IterableForward: JNIObjectForward, Iterable {
| `- warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 | private static var IterableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaComparable.swift:17:12: warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class JavaComparableForward: JNIObjectForward, JavaComparable {
| `- warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 | private static var JavaComparableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaDouble.swift:8:12: warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Double ///
7 |
8 | open class JavaDouble: Number, JavaComparable {
| `- warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaError.swift:8:12: warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Error ///
7 |
8 | open class JavaError: java_swift.Throwable {
| `- warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaFloat.swift:8:12: warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Float ///
7 |
8 | open class JavaFloat: Number, JavaComparable {
| `- warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaSecurityException.swift:8:12: warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.SecurityException ///
7 |
8 | open class JavaSecurityException: RuntimeException {
| `- warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaString.swift:8:12: warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.String ///
7 |
8 | open class JavaString: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, JavaComparable, CharSequence {
| `- warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaConversionException.swift:8:12: warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaConversionException ///
7 |
8 | open class LambdaConversionException: java_swift.Exception {
| `- warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaMetafactory.swift:8:12: warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaMetafactory ///
7 |
8 | open class LambdaMetafactory: java_swift.JavaObject {
| `- warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LinkageError.swift:8:12: warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.LinkageError ///
7 |
8 | open class LinkageError: JavaError {
| `- warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LockInfo.swift:8:12: warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.LockInfo ///
7 |
8 | open class LockInfo: java_swift.JavaObject {
| `- warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Long.swift:8:12: warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Long ///
7 |
8 | open class Long: Number, JavaComparable {
| `- warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParameterizedTypeException.swift:8:12: warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParameterizedTypeException ///
7 |
8 | open class MalformedParameterizedTypeException: RuntimeException {
| `- warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParametersException.swift:8:12: warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParametersException ///
7 |
8 | open class MalformedParametersException: RuntimeException {
| `- warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementFactory.swift:8:12: warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementFactory ///
7 |
8 | open class ManagementFactory: java_swift.JavaObject {
| `- warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementPermission.swift:8:12: warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementPermission ///
7 |
8 | open class ManagementPermission: /* class java.security.BasicPermission */ UnavailableObject {
| `- warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Math.swift:8:12: warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Math ///
7 |
8 | open class Math: java_swift.JavaObject {
| `- warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[195/207] Compiling java_lang JavaFloat.swift
/host/spi-builder-workspace/Sources/Instrumentation.swift:73:12: warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
71 |
72 |
73 | open class InstrumentationForward: JNIObjectForward, Instrumentation {
| `- warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
74 |
75 | private static var InstrumentationJNIClass: jclass?
/host/spi-builder-workspace/Sources/Integer.swift:8:12: warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Integer ///
7 |
8 | open class Integer: Number, JavaComparable {
| `- warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InternalError.swift:8:12: warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InternalError ///
7 |
8 | open class InternalError: VirtualMachineError {
| `- warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InterruptedException.swift:8:12: warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InterruptedException ///
7 |
8 | open class InterruptedException: java_swift.Exception {
| `- warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InvocationHandler.swift:23:12: warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
21 |
22 |
23 | open class InvocationHandlerForward: JNIObjectForward, InvocationHandler {
| `- warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
24 |
25 | private static var InvocationHandlerJNIClass: jclass?
/host/spi-builder-workspace/Sources/InvocationTargetException.swift:8:12: warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.InvocationTargetException ///
7 |
8 | open class InvocationTargetException: ReflectiveOperationException {
| `- warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Iterable.swift:25:12: warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class IterableForward: JNIObjectForward, Iterable {
| `- warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 | private static var IterableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaComparable.swift:17:12: warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class JavaComparableForward: JNIObjectForward, JavaComparable {
| `- warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 | private static var JavaComparableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaDouble.swift:8:12: warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Double ///
7 |
8 | open class JavaDouble: Number, JavaComparable {
| `- warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaError.swift:8:12: warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Error ///
7 |
8 | open class JavaError: java_swift.Throwable {
| `- warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaFloat.swift:8:12: warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Float ///
7 |
8 | open class JavaFloat: Number, JavaComparable {
| `- warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaSecurityException.swift:8:12: warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.SecurityException ///
7 |
8 | open class JavaSecurityException: RuntimeException {
| `- warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaString.swift:8:12: warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.String ///
7 |
8 | open class JavaString: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, JavaComparable, CharSequence {
| `- warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaConversionException.swift:8:12: warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaConversionException ///
7 |
8 | open class LambdaConversionException: java_swift.Exception {
| `- warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaMetafactory.swift:8:12: warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaMetafactory ///
7 |
8 | open class LambdaMetafactory: java_swift.JavaObject {
| `- warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LinkageError.swift:8:12: warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.LinkageError ///
7 |
8 | open class LinkageError: JavaError {
| `- warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LockInfo.swift:8:12: warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.LockInfo ///
7 |
8 | open class LockInfo: java_swift.JavaObject {
| `- warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Long.swift:8:12: warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Long ///
7 |
8 | open class Long: Number, JavaComparable {
| `- warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParameterizedTypeException.swift:8:12: warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParameterizedTypeException ///
7 |
8 | open class MalformedParameterizedTypeException: RuntimeException {
| `- warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParametersException.swift:8:12: warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParametersException ///
7 |
8 | open class MalformedParametersException: RuntimeException {
| `- warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementFactory.swift:8:12: warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementFactory ///
7 |
8 | open class ManagementFactory: java_swift.JavaObject {
| `- warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementPermission.swift:8:12: warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementPermission ///
7 |
8 | open class ManagementPermission: /* class java.security.BasicPermission */ UnavailableObject {
| `- warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Math.swift:8:12: warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Math ///
7 |
8 | open class Math: java_swift.JavaObject {
| `- warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[196/207] Compiling java_lang JavaSecurityException.swift
/host/spi-builder-workspace/Sources/Instrumentation.swift:73:12: warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
71 |
72 |
73 | open class InstrumentationForward: JNIObjectForward, Instrumentation {
| `- warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
74 |
75 | private static var InstrumentationJNIClass: jclass?
/host/spi-builder-workspace/Sources/Integer.swift:8:12: warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Integer ///
7 |
8 | open class Integer: Number, JavaComparable {
| `- warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InternalError.swift:8:12: warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InternalError ///
7 |
8 | open class InternalError: VirtualMachineError {
| `- warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InterruptedException.swift:8:12: warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InterruptedException ///
7 |
8 | open class InterruptedException: java_swift.Exception {
| `- warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InvocationHandler.swift:23:12: warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
21 |
22 |
23 | open class InvocationHandlerForward: JNIObjectForward, InvocationHandler {
| `- warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
24 |
25 | private static var InvocationHandlerJNIClass: jclass?
/host/spi-builder-workspace/Sources/InvocationTargetException.swift:8:12: warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.InvocationTargetException ///
7 |
8 | open class InvocationTargetException: ReflectiveOperationException {
| `- warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Iterable.swift:25:12: warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class IterableForward: JNIObjectForward, Iterable {
| `- warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 | private static var IterableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaComparable.swift:17:12: warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class JavaComparableForward: JNIObjectForward, JavaComparable {
| `- warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 | private static var JavaComparableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaDouble.swift:8:12: warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Double ///
7 |
8 | open class JavaDouble: Number, JavaComparable {
| `- warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaError.swift:8:12: warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Error ///
7 |
8 | open class JavaError: java_swift.Throwable {
| `- warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaFloat.swift:8:12: warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Float ///
7 |
8 | open class JavaFloat: Number, JavaComparable {
| `- warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaSecurityException.swift:8:12: warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.SecurityException ///
7 |
8 | open class JavaSecurityException: RuntimeException {
| `- warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaString.swift:8:12: warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.String ///
7 |
8 | open class JavaString: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, JavaComparable, CharSequence {
| `- warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaConversionException.swift:8:12: warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaConversionException ///
7 |
8 | open class LambdaConversionException: java_swift.Exception {
| `- warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaMetafactory.swift:8:12: warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaMetafactory ///
7 |
8 | open class LambdaMetafactory: java_swift.JavaObject {
| `- warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LinkageError.swift:8:12: warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.LinkageError ///
7 |
8 | open class LinkageError: JavaError {
| `- warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LockInfo.swift:8:12: warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.LockInfo ///
7 |
8 | open class LockInfo: java_swift.JavaObject {
| `- warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Long.swift:8:12: warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Long ///
7 |
8 | open class Long: Number, JavaComparable {
| `- warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParameterizedTypeException.swift:8:12: warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParameterizedTypeException ///
7 |
8 | open class MalformedParameterizedTypeException: RuntimeException {
| `- warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParametersException.swift:8:12: warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParametersException ///
7 |
8 | open class MalformedParametersException: RuntimeException {
| `- warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementFactory.swift:8:12: warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementFactory ///
7 |
8 | open class ManagementFactory: java_swift.JavaObject {
| `- warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementPermission.swift:8:12: warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementPermission ///
7 |
8 | open class ManagementPermission: /* class java.security.BasicPermission */ UnavailableObject {
| `- warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Math.swift:8:12: warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Math ///
7 |
8 | open class Math: java_swift.JavaObject {
| `- warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[197/207] Compiling java_lang JavaString.swift
/host/spi-builder-workspace/Sources/Instrumentation.swift:73:12: warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
71 |
72 |
73 | open class InstrumentationForward: JNIObjectForward, Instrumentation {
| `- warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
74 |
75 | private static var InstrumentationJNIClass: jclass?
/host/spi-builder-workspace/Sources/Integer.swift:8:12: warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Integer ///
7 |
8 | open class Integer: Number, JavaComparable {
| `- warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InternalError.swift:8:12: warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InternalError ///
7 |
8 | open class InternalError: VirtualMachineError {
| `- warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InterruptedException.swift:8:12: warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InterruptedException ///
7 |
8 | open class InterruptedException: java_swift.Exception {
| `- warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InvocationHandler.swift:23:12: warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
21 |
22 |
23 | open class InvocationHandlerForward: JNIObjectForward, InvocationHandler {
| `- warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
24 |
25 | private static var InvocationHandlerJNIClass: jclass?
/host/spi-builder-workspace/Sources/InvocationTargetException.swift:8:12: warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.InvocationTargetException ///
7 |
8 | open class InvocationTargetException: ReflectiveOperationException {
| `- warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Iterable.swift:25:12: warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class IterableForward: JNIObjectForward, Iterable {
| `- warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 | private static var IterableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaComparable.swift:17:12: warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class JavaComparableForward: JNIObjectForward, JavaComparable {
| `- warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 | private static var JavaComparableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaDouble.swift:8:12: warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Double ///
7 |
8 | open class JavaDouble: Number, JavaComparable {
| `- warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaError.swift:8:12: warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Error ///
7 |
8 | open class JavaError: java_swift.Throwable {
| `- warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaFloat.swift:8:12: warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Float ///
7 |
8 | open class JavaFloat: Number, JavaComparable {
| `- warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaSecurityException.swift:8:12: warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.SecurityException ///
7 |
8 | open class JavaSecurityException: RuntimeException {
| `- warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaString.swift:8:12: warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.String ///
7 |
8 | open class JavaString: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, JavaComparable, CharSequence {
| `- warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaConversionException.swift:8:12: warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaConversionException ///
7 |
8 | open class LambdaConversionException: java_swift.Exception {
| `- warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaMetafactory.swift:8:12: warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaMetafactory ///
7 |
8 | open class LambdaMetafactory: java_swift.JavaObject {
| `- warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LinkageError.swift:8:12: warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.LinkageError ///
7 |
8 | open class LinkageError: JavaError {
| `- warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LockInfo.swift:8:12: warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.LockInfo ///
7 |
8 | open class LockInfo: java_swift.JavaObject {
| `- warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Long.swift:8:12: warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Long ///
7 |
8 | open class Long: Number, JavaComparable {
| `- warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParameterizedTypeException.swift:8:12: warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParameterizedTypeException ///
7 |
8 | open class MalformedParameterizedTypeException: RuntimeException {
| `- warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParametersException.swift:8:12: warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParametersException ///
7 |
8 | open class MalformedParametersException: RuntimeException {
| `- warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementFactory.swift:8:12: warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementFactory ///
7 |
8 | open class ManagementFactory: java_swift.JavaObject {
| `- warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementPermission.swift:8:12: warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementPermission ///
7 |
8 | open class ManagementPermission: /* class java.security.BasicPermission */ UnavailableObject {
| `- warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Math.swift:8:12: warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Math ///
7 |
8 | open class Math: java_swift.JavaObject {
| `- warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[198/207] Compiling java_lang LambdaConversionException.swift
/host/spi-builder-workspace/Sources/Instrumentation.swift:73:12: warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
71 |
72 |
73 | open class InstrumentationForward: JNIObjectForward, Instrumentation {
| `- warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
74 |
75 | private static var InstrumentationJNIClass: jclass?
/host/spi-builder-workspace/Sources/Integer.swift:8:12: warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Integer ///
7 |
8 | open class Integer: Number, JavaComparable {
| `- warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InternalError.swift:8:12: warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InternalError ///
7 |
8 | open class InternalError: VirtualMachineError {
| `- warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InterruptedException.swift:8:12: warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InterruptedException ///
7 |
8 | open class InterruptedException: java_swift.Exception {
| `- warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InvocationHandler.swift:23:12: warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
21 |
22 |
23 | open class InvocationHandlerForward: JNIObjectForward, InvocationHandler {
| `- warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
24 |
25 | private static var InvocationHandlerJNIClass: jclass?
/host/spi-builder-workspace/Sources/InvocationTargetException.swift:8:12: warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.InvocationTargetException ///
7 |
8 | open class InvocationTargetException: ReflectiveOperationException {
| `- warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Iterable.swift:25:12: warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class IterableForward: JNIObjectForward, Iterable {
| `- warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 | private static var IterableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaComparable.swift:17:12: warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class JavaComparableForward: JNIObjectForward, JavaComparable {
| `- warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 | private static var JavaComparableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaDouble.swift:8:12: warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Double ///
7 |
8 | open class JavaDouble: Number, JavaComparable {
| `- warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaError.swift:8:12: warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Error ///
7 |
8 | open class JavaError: java_swift.Throwable {
| `- warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaFloat.swift:8:12: warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Float ///
7 |
8 | open class JavaFloat: Number, JavaComparable {
| `- warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaSecurityException.swift:8:12: warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.SecurityException ///
7 |
8 | open class JavaSecurityException: RuntimeException {
| `- warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaString.swift:8:12: warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.String ///
7 |
8 | open class JavaString: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, JavaComparable, CharSequence {
| `- warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaConversionException.swift:8:12: warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaConversionException ///
7 |
8 | open class LambdaConversionException: java_swift.Exception {
| `- warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaMetafactory.swift:8:12: warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaMetafactory ///
7 |
8 | open class LambdaMetafactory: java_swift.JavaObject {
| `- warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LinkageError.swift:8:12: warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.LinkageError ///
7 |
8 | open class LinkageError: JavaError {
| `- warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LockInfo.swift:8:12: warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.LockInfo ///
7 |
8 | open class LockInfo: java_swift.JavaObject {
| `- warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Long.swift:8:12: warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Long ///
7 |
8 | open class Long: Number, JavaComparable {
| `- warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParameterizedTypeException.swift:8:12: warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParameterizedTypeException ///
7 |
8 | open class MalformedParameterizedTypeException: RuntimeException {
| `- warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParametersException.swift:8:12: warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParametersException ///
7 |
8 | open class MalformedParametersException: RuntimeException {
| `- warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementFactory.swift:8:12: warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementFactory ///
7 |
8 | open class ManagementFactory: java_swift.JavaObject {
| `- warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementPermission.swift:8:12: warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementPermission ///
7 |
8 | open class ManagementPermission: /* class java.security.BasicPermission */ UnavailableObject {
| `- warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Math.swift:8:12: warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Math ///
7 |
8 | open class Math: java_swift.JavaObject {
| `- warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[199/207] Compiling java_lang LambdaMetafactory.swift
/host/spi-builder-workspace/Sources/Instrumentation.swift:73:12: warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
71 |
72 |
73 | open class InstrumentationForward: JNIObjectForward, Instrumentation {
| `- warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
74 |
75 | private static var InstrumentationJNIClass: jclass?
/host/spi-builder-workspace/Sources/Integer.swift:8:12: warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Integer ///
7 |
8 | open class Integer: Number, JavaComparable {
| `- warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InternalError.swift:8:12: warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InternalError ///
7 |
8 | open class InternalError: VirtualMachineError {
| `- warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InterruptedException.swift:8:12: warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InterruptedException ///
7 |
8 | open class InterruptedException: java_swift.Exception {
| `- warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InvocationHandler.swift:23:12: warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
21 |
22 |
23 | open class InvocationHandlerForward: JNIObjectForward, InvocationHandler {
| `- warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
24 |
25 | private static var InvocationHandlerJNIClass: jclass?
/host/spi-builder-workspace/Sources/InvocationTargetException.swift:8:12: warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.InvocationTargetException ///
7 |
8 | open class InvocationTargetException: ReflectiveOperationException {
| `- warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Iterable.swift:25:12: warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class IterableForward: JNIObjectForward, Iterable {
| `- warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 | private static var IterableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaComparable.swift:17:12: warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class JavaComparableForward: JNIObjectForward, JavaComparable {
| `- warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 | private static var JavaComparableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaDouble.swift:8:12: warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Double ///
7 |
8 | open class JavaDouble: Number, JavaComparable {
| `- warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaError.swift:8:12: warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Error ///
7 |
8 | open class JavaError: java_swift.Throwable {
| `- warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaFloat.swift:8:12: warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Float ///
7 |
8 | open class JavaFloat: Number, JavaComparable {
| `- warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaSecurityException.swift:8:12: warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.SecurityException ///
7 |
8 | open class JavaSecurityException: RuntimeException {
| `- warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaString.swift:8:12: warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.String ///
7 |
8 | open class JavaString: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, JavaComparable, CharSequence {
| `- warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaConversionException.swift:8:12: warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaConversionException ///
7 |
8 | open class LambdaConversionException: java_swift.Exception {
| `- warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaMetafactory.swift:8:12: warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaMetafactory ///
7 |
8 | open class LambdaMetafactory: java_swift.JavaObject {
| `- warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LinkageError.swift:8:12: warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.LinkageError ///
7 |
8 | open class LinkageError: JavaError {
| `- warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LockInfo.swift:8:12: warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.LockInfo ///
7 |
8 | open class LockInfo: java_swift.JavaObject {
| `- warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Long.swift:8:12: warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Long ///
7 |
8 | open class Long: Number, JavaComparable {
| `- warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParameterizedTypeException.swift:8:12: warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParameterizedTypeException ///
7 |
8 | open class MalformedParameterizedTypeException: RuntimeException {
| `- warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParametersException.swift:8:12: warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParametersException ///
7 |
8 | open class MalformedParametersException: RuntimeException {
| `- warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementFactory.swift:8:12: warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementFactory ///
7 |
8 | open class ManagementFactory: java_swift.JavaObject {
| `- warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementPermission.swift:8:12: warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementPermission ///
7 |
8 | open class ManagementPermission: /* class java.security.BasicPermission */ UnavailableObject {
| `- warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Math.swift:8:12: warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Math ///
7 |
8 | open class Math: java_swift.JavaObject {
| `- warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[200/207] Compiling java_lang LinkageError.swift
/host/spi-builder-workspace/Sources/Instrumentation.swift:73:12: warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
71 |
72 |
73 | open class InstrumentationForward: JNIObjectForward, Instrumentation {
| `- warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
74 |
75 | private static var InstrumentationJNIClass: jclass?
/host/spi-builder-workspace/Sources/Integer.swift:8:12: warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Integer ///
7 |
8 | open class Integer: Number, JavaComparable {
| `- warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InternalError.swift:8:12: warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InternalError ///
7 |
8 | open class InternalError: VirtualMachineError {
| `- warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InterruptedException.swift:8:12: warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InterruptedException ///
7 |
8 | open class InterruptedException: java_swift.Exception {
| `- warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InvocationHandler.swift:23:12: warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
21 |
22 |
23 | open class InvocationHandlerForward: JNIObjectForward, InvocationHandler {
| `- warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
24 |
25 | private static var InvocationHandlerJNIClass: jclass?
/host/spi-builder-workspace/Sources/InvocationTargetException.swift:8:12: warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.InvocationTargetException ///
7 |
8 | open class InvocationTargetException: ReflectiveOperationException {
| `- warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Iterable.swift:25:12: warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class IterableForward: JNIObjectForward, Iterable {
| `- warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 | private static var IterableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaComparable.swift:17:12: warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class JavaComparableForward: JNIObjectForward, JavaComparable {
| `- warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 | private static var JavaComparableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaDouble.swift:8:12: warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Double ///
7 |
8 | open class JavaDouble: Number, JavaComparable {
| `- warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaError.swift:8:12: warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Error ///
7 |
8 | open class JavaError: java_swift.Throwable {
| `- warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaFloat.swift:8:12: warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Float ///
7 |
8 | open class JavaFloat: Number, JavaComparable {
| `- warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaSecurityException.swift:8:12: warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.SecurityException ///
7 |
8 | open class JavaSecurityException: RuntimeException {
| `- warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaString.swift:8:12: warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.String ///
7 |
8 | open class JavaString: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, JavaComparable, CharSequence {
| `- warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaConversionException.swift:8:12: warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaConversionException ///
7 |
8 | open class LambdaConversionException: java_swift.Exception {
| `- warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaMetafactory.swift:8:12: warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaMetafactory ///
7 |
8 | open class LambdaMetafactory: java_swift.JavaObject {
| `- warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LinkageError.swift:8:12: warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.LinkageError ///
7 |
8 | open class LinkageError: JavaError {
| `- warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LockInfo.swift:8:12: warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.LockInfo ///
7 |
8 | open class LockInfo: java_swift.JavaObject {
| `- warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Long.swift:8:12: warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Long ///
7 |
8 | open class Long: Number, JavaComparable {
| `- warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParameterizedTypeException.swift:8:12: warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParameterizedTypeException ///
7 |
8 | open class MalformedParameterizedTypeException: RuntimeException {
| `- warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParametersException.swift:8:12: warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParametersException ///
7 |
8 | open class MalformedParametersException: RuntimeException {
| `- warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementFactory.swift:8:12: warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementFactory ///
7 |
8 | open class ManagementFactory: java_swift.JavaObject {
| `- warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementPermission.swift:8:12: warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementPermission ///
7 |
8 | open class ManagementPermission: /* class java.security.BasicPermission */ UnavailableObject {
| `- warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Math.swift:8:12: warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Math ///
7 |
8 | open class Math: java_swift.JavaObject {
| `- warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[201/207] Compiling java_lang LockInfo.swift
/host/spi-builder-workspace/Sources/Instrumentation.swift:73:12: warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
71 |
72 |
73 | open class InstrumentationForward: JNIObjectForward, Instrumentation {
| `- warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
74 |
75 | private static var InstrumentationJNIClass: jclass?
/host/spi-builder-workspace/Sources/Integer.swift:8:12: warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Integer ///
7 |
8 | open class Integer: Number, JavaComparable {
| `- warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InternalError.swift:8:12: warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InternalError ///
7 |
8 | open class InternalError: VirtualMachineError {
| `- warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InterruptedException.swift:8:12: warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InterruptedException ///
7 |
8 | open class InterruptedException: java_swift.Exception {
| `- warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InvocationHandler.swift:23:12: warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
21 |
22 |
23 | open class InvocationHandlerForward: JNIObjectForward, InvocationHandler {
| `- warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
24 |
25 | private static var InvocationHandlerJNIClass: jclass?
/host/spi-builder-workspace/Sources/InvocationTargetException.swift:8:12: warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.InvocationTargetException ///
7 |
8 | open class InvocationTargetException: ReflectiveOperationException {
| `- warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Iterable.swift:25:12: warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class IterableForward: JNIObjectForward, Iterable {
| `- warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 | private static var IterableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaComparable.swift:17:12: warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class JavaComparableForward: JNIObjectForward, JavaComparable {
| `- warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 | private static var JavaComparableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaDouble.swift:8:12: warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Double ///
7 |
8 | open class JavaDouble: Number, JavaComparable {
| `- warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaError.swift:8:12: warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Error ///
7 |
8 | open class JavaError: java_swift.Throwable {
| `- warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaFloat.swift:8:12: warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Float ///
7 |
8 | open class JavaFloat: Number, JavaComparable {
| `- warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaSecurityException.swift:8:12: warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.SecurityException ///
7 |
8 | open class JavaSecurityException: RuntimeException {
| `- warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaString.swift:8:12: warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.String ///
7 |
8 | open class JavaString: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, JavaComparable, CharSequence {
| `- warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaConversionException.swift:8:12: warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaConversionException ///
7 |
8 | open class LambdaConversionException: java_swift.Exception {
| `- warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaMetafactory.swift:8:12: warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaMetafactory ///
7 |
8 | open class LambdaMetafactory: java_swift.JavaObject {
| `- warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LinkageError.swift:8:12: warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.LinkageError ///
7 |
8 | open class LinkageError: JavaError {
| `- warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LockInfo.swift:8:12: warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.LockInfo ///
7 |
8 | open class LockInfo: java_swift.JavaObject {
| `- warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Long.swift:8:12: warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Long ///
7 |
8 | open class Long: Number, JavaComparable {
| `- warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParameterizedTypeException.swift:8:12: warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParameterizedTypeException ///
7 |
8 | open class MalformedParameterizedTypeException: RuntimeException {
| `- warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParametersException.swift:8:12: warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParametersException ///
7 |
8 | open class MalformedParametersException: RuntimeException {
| `- warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementFactory.swift:8:12: warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementFactory ///
7 |
8 | open class ManagementFactory: java_swift.JavaObject {
| `- warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementPermission.swift:8:12: warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementPermission ///
7 |
8 | open class ManagementPermission: /* class java.security.BasicPermission */ UnavailableObject {
| `- warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Math.swift:8:12: warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Math ///
7 |
8 | open class Math: java_swift.JavaObject {
| `- warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[202/207] Compiling java_lang Long.swift
/host/spi-builder-workspace/Sources/Instrumentation.swift:73:12: warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
71 |
72 |
73 | open class InstrumentationForward: JNIObjectForward, Instrumentation {
| `- warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
74 |
75 | private static var InstrumentationJNIClass: jclass?
/host/spi-builder-workspace/Sources/Integer.swift:8:12: warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Integer ///
7 |
8 | open class Integer: Number, JavaComparable {
| `- warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InternalError.swift:8:12: warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InternalError ///
7 |
8 | open class InternalError: VirtualMachineError {
| `- warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InterruptedException.swift:8:12: warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InterruptedException ///
7 |
8 | open class InterruptedException: java_swift.Exception {
| `- warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InvocationHandler.swift:23:12: warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
21 |
22 |
23 | open class InvocationHandlerForward: JNIObjectForward, InvocationHandler {
| `- warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
24 |
25 | private static var InvocationHandlerJNIClass: jclass?
/host/spi-builder-workspace/Sources/InvocationTargetException.swift:8:12: warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.InvocationTargetException ///
7 |
8 | open class InvocationTargetException: ReflectiveOperationException {
| `- warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Iterable.swift:25:12: warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class IterableForward: JNIObjectForward, Iterable {
| `- warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 | private static var IterableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaComparable.swift:17:12: warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class JavaComparableForward: JNIObjectForward, JavaComparable {
| `- warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 | private static var JavaComparableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaDouble.swift:8:12: warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Double ///
7 |
8 | open class JavaDouble: Number, JavaComparable {
| `- warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaError.swift:8:12: warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Error ///
7 |
8 | open class JavaError: java_swift.Throwable {
| `- warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaFloat.swift:8:12: warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Float ///
7 |
8 | open class JavaFloat: Number, JavaComparable {
| `- warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaSecurityException.swift:8:12: warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.SecurityException ///
7 |
8 | open class JavaSecurityException: RuntimeException {
| `- warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaString.swift:8:12: warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.String ///
7 |
8 | open class JavaString: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, JavaComparable, CharSequence {
| `- warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaConversionException.swift:8:12: warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaConversionException ///
7 |
8 | open class LambdaConversionException: java_swift.Exception {
| `- warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaMetafactory.swift:8:12: warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaMetafactory ///
7 |
8 | open class LambdaMetafactory: java_swift.JavaObject {
| `- warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LinkageError.swift:8:12: warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.LinkageError ///
7 |
8 | open class LinkageError: JavaError {
| `- warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LockInfo.swift:8:12: warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.LockInfo ///
7 |
8 | open class LockInfo: java_swift.JavaObject {
| `- warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Long.swift:8:12: warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Long ///
7 |
8 | open class Long: Number, JavaComparable {
| `- warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParameterizedTypeException.swift:8:12: warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParameterizedTypeException ///
7 |
8 | open class MalformedParameterizedTypeException: RuntimeException {
| `- warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParametersException.swift:8:12: warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParametersException ///
7 |
8 | open class MalformedParametersException: RuntimeException {
| `- warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementFactory.swift:8:12: warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementFactory ///
7 |
8 | open class ManagementFactory: java_swift.JavaObject {
| `- warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementPermission.swift:8:12: warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementPermission ///
7 |
8 | open class ManagementPermission: /* class java.security.BasicPermission */ UnavailableObject {
| `- warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Math.swift:8:12: warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Math ///
7 |
8 | open class Math: java_swift.JavaObject {
| `- warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[203/207] Compiling java_lang MalformedParameterizedTypeException.swift
/host/spi-builder-workspace/Sources/Instrumentation.swift:73:12: warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
71 |
72 |
73 | open class InstrumentationForward: JNIObjectForward, Instrumentation {
| `- warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
74 |
75 | private static var InstrumentationJNIClass: jclass?
/host/spi-builder-workspace/Sources/Integer.swift:8:12: warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Integer ///
7 |
8 | open class Integer: Number, JavaComparable {
| `- warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InternalError.swift:8:12: warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InternalError ///
7 |
8 | open class InternalError: VirtualMachineError {
| `- warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InterruptedException.swift:8:12: warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InterruptedException ///
7 |
8 | open class InterruptedException: java_swift.Exception {
| `- warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InvocationHandler.swift:23:12: warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
21 |
22 |
23 | open class InvocationHandlerForward: JNIObjectForward, InvocationHandler {
| `- warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
24 |
25 | private static var InvocationHandlerJNIClass: jclass?
/host/spi-builder-workspace/Sources/InvocationTargetException.swift:8:12: warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.InvocationTargetException ///
7 |
8 | open class InvocationTargetException: ReflectiveOperationException {
| `- warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Iterable.swift:25:12: warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class IterableForward: JNIObjectForward, Iterable {
| `- warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 | private static var IterableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaComparable.swift:17:12: warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class JavaComparableForward: JNIObjectForward, JavaComparable {
| `- warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 | private static var JavaComparableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaDouble.swift:8:12: warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Double ///
7 |
8 | open class JavaDouble: Number, JavaComparable {
| `- warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaError.swift:8:12: warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Error ///
7 |
8 | open class JavaError: java_swift.Throwable {
| `- warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaFloat.swift:8:12: warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Float ///
7 |
8 | open class JavaFloat: Number, JavaComparable {
| `- warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaSecurityException.swift:8:12: warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.SecurityException ///
7 |
8 | open class JavaSecurityException: RuntimeException {
| `- warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaString.swift:8:12: warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.String ///
7 |
8 | open class JavaString: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, JavaComparable, CharSequence {
| `- warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaConversionException.swift:8:12: warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaConversionException ///
7 |
8 | open class LambdaConversionException: java_swift.Exception {
| `- warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaMetafactory.swift:8:12: warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaMetafactory ///
7 |
8 | open class LambdaMetafactory: java_swift.JavaObject {
| `- warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LinkageError.swift:8:12: warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.LinkageError ///
7 |
8 | open class LinkageError: JavaError {
| `- warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LockInfo.swift:8:12: warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.LockInfo ///
7 |
8 | open class LockInfo: java_swift.JavaObject {
| `- warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Long.swift:8:12: warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Long ///
7 |
8 | open class Long: Number, JavaComparable {
| `- warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParameterizedTypeException.swift:8:12: warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParameterizedTypeException ///
7 |
8 | open class MalformedParameterizedTypeException: RuntimeException {
| `- warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParametersException.swift:8:12: warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParametersException ///
7 |
8 | open class MalformedParametersException: RuntimeException {
| `- warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementFactory.swift:8:12: warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementFactory ///
7 |
8 | open class ManagementFactory: java_swift.JavaObject {
| `- warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementPermission.swift:8:12: warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementPermission ///
7 |
8 | open class ManagementPermission: /* class java.security.BasicPermission */ UnavailableObject {
| `- warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Math.swift:8:12: warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Math ///
7 |
8 | open class Math: java_swift.JavaObject {
| `- warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[204/207] Compiling java_lang MalformedParametersException.swift
/host/spi-builder-workspace/Sources/Instrumentation.swift:73:12: warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
71 |
72 |
73 | open class InstrumentationForward: JNIObjectForward, Instrumentation {
| `- warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
74 |
75 | private static var InstrumentationJNIClass: jclass?
/host/spi-builder-workspace/Sources/Integer.swift:8:12: warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Integer ///
7 |
8 | open class Integer: Number, JavaComparable {
| `- warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InternalError.swift:8:12: warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InternalError ///
7 |
8 | open class InternalError: VirtualMachineError {
| `- warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InterruptedException.swift:8:12: warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InterruptedException ///
7 |
8 | open class InterruptedException: java_swift.Exception {
| `- warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InvocationHandler.swift:23:12: warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
21 |
22 |
23 | open class InvocationHandlerForward: JNIObjectForward, InvocationHandler {
| `- warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
24 |
25 | private static var InvocationHandlerJNIClass: jclass?
/host/spi-builder-workspace/Sources/InvocationTargetException.swift:8:12: warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.InvocationTargetException ///
7 |
8 | open class InvocationTargetException: ReflectiveOperationException {
| `- warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Iterable.swift:25:12: warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class IterableForward: JNIObjectForward, Iterable {
| `- warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 | private static var IterableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaComparable.swift:17:12: warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class JavaComparableForward: JNIObjectForward, JavaComparable {
| `- warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 | private static var JavaComparableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaDouble.swift:8:12: warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Double ///
7 |
8 | open class JavaDouble: Number, JavaComparable {
| `- warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaError.swift:8:12: warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Error ///
7 |
8 | open class JavaError: java_swift.Throwable {
| `- warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaFloat.swift:8:12: warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Float ///
7 |
8 | open class JavaFloat: Number, JavaComparable {
| `- warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaSecurityException.swift:8:12: warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.SecurityException ///
7 |
8 | open class JavaSecurityException: RuntimeException {
| `- warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaString.swift:8:12: warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.String ///
7 |
8 | open class JavaString: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, JavaComparable, CharSequence {
| `- warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaConversionException.swift:8:12: warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaConversionException ///
7 |
8 | open class LambdaConversionException: java_swift.Exception {
| `- warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaMetafactory.swift:8:12: warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaMetafactory ///
7 |
8 | open class LambdaMetafactory: java_swift.JavaObject {
| `- warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LinkageError.swift:8:12: warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.LinkageError ///
7 |
8 | open class LinkageError: JavaError {
| `- warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LockInfo.swift:8:12: warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.LockInfo ///
7 |
8 | open class LockInfo: java_swift.JavaObject {
| `- warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Long.swift:8:12: warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Long ///
7 |
8 | open class Long: Number, JavaComparable {
| `- warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParameterizedTypeException.swift:8:12: warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParameterizedTypeException ///
7 |
8 | open class MalformedParameterizedTypeException: RuntimeException {
| `- warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParametersException.swift:8:12: warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParametersException ///
7 |
8 | open class MalformedParametersException: RuntimeException {
| `- warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementFactory.swift:8:12: warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementFactory ///
7 |
8 | open class ManagementFactory: java_swift.JavaObject {
| `- warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementPermission.swift:8:12: warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementPermission ///
7 |
8 | open class ManagementPermission: /* class java.security.BasicPermission */ UnavailableObject {
| `- warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Math.swift:8:12: warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Math ///
7 |
8 | open class Math: java_swift.JavaObject {
| `- warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[205/207] Compiling java_lang ManagementFactory.swift
/host/spi-builder-workspace/Sources/Instrumentation.swift:73:12: warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
71 |
72 |
73 | open class InstrumentationForward: JNIObjectForward, Instrumentation {
| `- warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
74 |
75 | private static var InstrumentationJNIClass: jclass?
/host/spi-builder-workspace/Sources/Integer.swift:8:12: warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Integer ///
7 |
8 | open class Integer: Number, JavaComparable {
| `- warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InternalError.swift:8:12: warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InternalError ///
7 |
8 | open class InternalError: VirtualMachineError {
| `- warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InterruptedException.swift:8:12: warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InterruptedException ///
7 |
8 | open class InterruptedException: java_swift.Exception {
| `- warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InvocationHandler.swift:23:12: warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
21 |
22 |
23 | open class InvocationHandlerForward: JNIObjectForward, InvocationHandler {
| `- warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
24 |
25 | private static var InvocationHandlerJNIClass: jclass?
/host/spi-builder-workspace/Sources/InvocationTargetException.swift:8:12: warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.InvocationTargetException ///
7 |
8 | open class InvocationTargetException: ReflectiveOperationException {
| `- warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Iterable.swift:25:12: warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class IterableForward: JNIObjectForward, Iterable {
| `- warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 | private static var IterableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaComparable.swift:17:12: warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class JavaComparableForward: JNIObjectForward, JavaComparable {
| `- warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 | private static var JavaComparableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaDouble.swift:8:12: warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Double ///
7 |
8 | open class JavaDouble: Number, JavaComparable {
| `- warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaError.swift:8:12: warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Error ///
7 |
8 | open class JavaError: java_swift.Throwable {
| `- warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaFloat.swift:8:12: warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Float ///
7 |
8 | open class JavaFloat: Number, JavaComparable {
| `- warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaSecurityException.swift:8:12: warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.SecurityException ///
7 |
8 | open class JavaSecurityException: RuntimeException {
| `- warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaString.swift:8:12: warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.String ///
7 |
8 | open class JavaString: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, JavaComparable, CharSequence {
| `- warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaConversionException.swift:8:12: warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaConversionException ///
7 |
8 | open class LambdaConversionException: java_swift.Exception {
| `- warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaMetafactory.swift:8:12: warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaMetafactory ///
7 |
8 | open class LambdaMetafactory: java_swift.JavaObject {
| `- warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LinkageError.swift:8:12: warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.LinkageError ///
7 |
8 | open class LinkageError: JavaError {
| `- warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LockInfo.swift:8:12: warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.LockInfo ///
7 |
8 | open class LockInfo: java_swift.JavaObject {
| `- warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Long.swift:8:12: warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Long ///
7 |
8 | open class Long: Number, JavaComparable {
| `- warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParameterizedTypeException.swift:8:12: warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParameterizedTypeException ///
7 |
8 | open class MalformedParameterizedTypeException: RuntimeException {
| `- warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParametersException.swift:8:12: warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParametersException ///
7 |
8 | open class MalformedParametersException: RuntimeException {
| `- warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementFactory.swift:8:12: warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementFactory ///
7 |
8 | open class ManagementFactory: java_swift.JavaObject {
| `- warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementPermission.swift:8:12: warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementPermission ///
7 |
8 | open class ManagementPermission: /* class java.security.BasicPermission */ UnavailableObject {
| `- warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Math.swift:8:12: warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Math ///
7 |
8 | open class Math: java_swift.JavaObject {
| `- warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[206/207] Compiling java_lang ManagementPermission.swift
/host/spi-builder-workspace/Sources/Instrumentation.swift:73:12: warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
71 |
72 |
73 | open class InstrumentationForward: JNIObjectForward, Instrumentation {
| `- warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
74 |
75 | private static var InstrumentationJNIClass: jclass?
/host/spi-builder-workspace/Sources/Integer.swift:8:12: warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Integer ///
7 |
8 | open class Integer: Number, JavaComparable {
| `- warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InternalError.swift:8:12: warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InternalError ///
7 |
8 | open class InternalError: VirtualMachineError {
| `- warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InterruptedException.swift:8:12: warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InterruptedException ///
7 |
8 | open class InterruptedException: java_swift.Exception {
| `- warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InvocationHandler.swift:23:12: warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
21 |
22 |
23 | open class InvocationHandlerForward: JNIObjectForward, InvocationHandler {
| `- warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
24 |
25 | private static var InvocationHandlerJNIClass: jclass?
/host/spi-builder-workspace/Sources/InvocationTargetException.swift:8:12: warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.InvocationTargetException ///
7 |
8 | open class InvocationTargetException: ReflectiveOperationException {
| `- warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Iterable.swift:25:12: warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class IterableForward: JNIObjectForward, Iterable {
| `- warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 | private static var IterableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaComparable.swift:17:12: warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class JavaComparableForward: JNIObjectForward, JavaComparable {
| `- warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 | private static var JavaComparableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaDouble.swift:8:12: warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Double ///
7 |
8 | open class JavaDouble: Number, JavaComparable {
| `- warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaError.swift:8:12: warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Error ///
7 |
8 | open class JavaError: java_swift.Throwable {
| `- warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaFloat.swift:8:12: warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Float ///
7 |
8 | open class JavaFloat: Number, JavaComparable {
| `- warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaSecurityException.swift:8:12: warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.SecurityException ///
7 |
8 | open class JavaSecurityException: RuntimeException {
| `- warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaString.swift:8:12: warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.String ///
7 |
8 | open class JavaString: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, JavaComparable, CharSequence {
| `- warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaConversionException.swift:8:12: warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaConversionException ///
7 |
8 | open class LambdaConversionException: java_swift.Exception {
| `- warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaMetafactory.swift:8:12: warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaMetafactory ///
7 |
8 | open class LambdaMetafactory: java_swift.JavaObject {
| `- warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LinkageError.swift:8:12: warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.LinkageError ///
7 |
8 | open class LinkageError: JavaError {
| `- warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LockInfo.swift:8:12: warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.LockInfo ///
7 |
8 | open class LockInfo: java_swift.JavaObject {
| `- warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Long.swift:8:12: warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Long ///
7 |
8 | open class Long: Number, JavaComparable {
| `- warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParameterizedTypeException.swift:8:12: warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParameterizedTypeException ///
7 |
8 | open class MalformedParameterizedTypeException: RuntimeException {
| `- warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParametersException.swift:8:12: warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParametersException ///
7 |
8 | open class MalformedParametersException: RuntimeException {
| `- warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementFactory.swift:8:12: warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementFactory ///
7 |
8 | open class ManagementFactory: java_swift.JavaObject {
| `- warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementPermission.swift:8:12: warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementPermission ///
7 |
8 | open class ManagementPermission: /* class java.security.BasicPermission */ UnavailableObject {
| `- warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Math.swift:8:12: warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Math ///
7 |
8 | open class Math: java_swift.JavaObject {
| `- warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[207/207] Compiling java_lang Math.swift
/host/spi-builder-workspace/Sources/Instrumentation.swift:73:12: warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
71 |
72 |
73 | open class InstrumentationForward: JNIObjectForward, Instrumentation {
| `- warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
74 |
75 | private static var InstrumentationJNIClass: jclass?
/host/spi-builder-workspace/Sources/Integer.swift:8:12: warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Integer ///
7 |
8 | open class Integer: Number, JavaComparable {
| `- warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InternalError.swift:8:12: warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InternalError ///
7 |
8 | open class InternalError: VirtualMachineError {
| `- warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InterruptedException.swift:8:12: warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.InterruptedException ///
7 |
8 | open class InterruptedException: java_swift.Exception {
| `- warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/InvocationHandler.swift:23:12: warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
21 |
22 |
23 | open class InvocationHandlerForward: JNIObjectForward, InvocationHandler {
| `- warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
24 |
25 | private static var InvocationHandlerJNIClass: jclass?
/host/spi-builder-workspace/Sources/InvocationTargetException.swift:8:12: warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.InvocationTargetException ///
7 |
8 | open class InvocationTargetException: ReflectiveOperationException {
| `- warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Iterable.swift:25:12: warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class IterableForward: JNIObjectForward, Iterable {
| `- warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 | private static var IterableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaComparable.swift:17:12: warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class JavaComparableForward: JNIObjectForward, JavaComparable {
| `- warning: class 'JavaComparableForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 | private static var JavaComparableJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaDouble.swift:8:12: warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Double ///
7 |
8 | open class JavaDouble: Number, JavaComparable {
| `- warning: class 'JavaDouble' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaError.swift:8:12: warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Error ///
7 |
8 | open class JavaError: java_swift.Throwable {
| `- warning: class 'JavaError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaFloat.swift:8:12: warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Float ///
7 |
8 | open class JavaFloat: Number, JavaComparable {
| `- warning: class 'JavaFloat' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaSecurityException.swift:8:12: warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.SecurityException ///
7 |
8 | open class JavaSecurityException: RuntimeException {
| `- warning: class 'JavaSecurityException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaString.swift:8:12: warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.String ///
7 |
8 | open class JavaString: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, JavaComparable, CharSequence {
| `- warning: class 'JavaString' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaConversionException.swift:8:12: warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaConversionException ///
7 |
8 | open class LambdaConversionException: java_swift.Exception {
| `- warning: class 'LambdaConversionException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LambdaMetafactory.swift:8:12: warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.invoke.LambdaMetafactory ///
7 |
8 | open class LambdaMetafactory: java_swift.JavaObject {
| `- warning: class 'LambdaMetafactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LinkageError.swift:8:12: warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.LinkageError ///
7 |
8 | open class LinkageError: JavaError {
| `- warning: class 'LinkageError' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/LockInfo.swift:8:12: warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.LockInfo ///
7 |
8 | open class LockInfo: java_swift.JavaObject {
| `- warning: class 'LockInfo' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Long.swift:8:12: warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Long ///
7 |
8 | open class Long: Number, JavaComparable {
| `- warning: class 'Long' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParameterizedTypeException.swift:8:12: warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParameterizedTypeException ///
7 |
8 | open class MalformedParameterizedTypeException: RuntimeException {
| `- warning: class 'MalformedParameterizedTypeException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/MalformedParametersException.swift:8:12: warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.reflect.MalformedParametersException ///
7 |
8 | open class MalformedParametersException: RuntimeException {
| `- warning: class 'MalformedParametersException' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementFactory.swift:8:12: warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementFactory ///
7 |
8 | open class ManagementFactory: java_swift.JavaObject {
| `- warning: class 'ManagementFactory' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ManagementPermission.swift:8:12: warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.management.ManagementPermission ///
7 |
8 | open class ManagementPermission: /* class java.security.BasicPermission */ UnavailableObject {
| `- warning: class 'ManagementPermission' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Math.swift:8:12: warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.lang.Math ///
7 |
8 | open class Math: java_swift.JavaObject {
| `- warning: class 'Math' must restate inherited '@unchecked Sendable' conformance
9 |
10 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
Build complete! (38.95s)
Build complete.
{
"dependencies" : [
{
"identity" : "java_swift",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/java_swift.git"
}
],
"manifest_display_name" : "java_lang",
"name" : "java_lang",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "java_lang",
"targets" : [
"java_lang"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "java_lang",
"module_type" : "SwiftTarget",
"name" : "java_lang",
"path" : "Sources",
"product_dependencies" : [
"java_swift"
],
"product_memberships" : [
"java_lang"
],
"sources" : [
"AbstractMethodError.swift",
"AccessibleObject.swift",
"AnnotatedArrayType.swift",
"AnnotatedElement.swift",
"AnnotatedParameterizedType.swift",
"AnnotatedType.swift",
"AnnotatedTypeVariable.swift",
"AnnotatedWildcardType.swift",
"Annotation.swift",
"AnnotationFormatError.swift",
"AnnotationTypeMismatchException.swift",
"Appendable.swift",
"ArithmeticException.swift",
"Array.swift",
"ArrayIndexOutOfBoundsException.swift",
"ArrayStoreException.swift",
"AssertionError.swift",
"AutoCloseable.swift",
"Boolean.swift",
"BootstrapMethodError.swift",
"BufferPoolMXBean.swift",
"Byte.swift",
"CallSite.swift",
"CharSequence.swift",
"Character.swift",
"Character_Subset.swift",
"Character_UnicodeBlock.swift",
"Character_UnicodeScript.swift",
"ClassCastException.swift",
"ClassCircularityError.swift",
"ClassDefinition.swift",
"ClassFileTransformer.swift",
"ClassFormatError.swift",
"ClassLoader.swift",
"ClassLoadingMXBean.swift",
"ClassNotFoundException.swift",
"ClassValue.swift",
"CloneNotSupportedException.swift",
"Cloneable.swift",
"CompilationMXBean.swift",
"Compiler.swift",
"ConstantCallSite.swift",
"Constructor.swift",
"Deprecated.swift",
"Documented.swift",
"ElementType.swift",
"EnumConstantNotPresentException.swift",
"ExceptionInInitializerError.swift",
"Executable.swift",
"Field.swift",
"FunctionalInterface.swift",
"GarbageCollectorMXBean.swift",
"GenericArrayType.swift",
"GenericDeclaration.swift",
"GenericSignatureFormatError.swift",
"IllegalAccessError.swift",
"IllegalAccessException.swift",
"IllegalArgumentException.swift",
"IllegalClassFormatException.swift",
"IllegalMonitorStateException.swift",
"IllegalStateException.swift",
"IllegalThreadStateException.swift",
"IncompatibleClassChangeError.swift",
"IncompleteAnnotationException.swift",
"IndexOutOfBoundsException.swift",
"InheritableThreadLocal.swift",
"Inherited.swift",
"InstantiationError.swift",
"InstantiationException.swift",
"Instrumentation.swift",
"Integer.swift",
"InternalError.swift",
"InterruptedException.swift",
"InvocationHandler.swift",
"InvocationTargetException.swift",
"Iterable.swift",
"JavaComparable.swift",
"JavaDouble.swift",
"JavaError.swift",
"JavaFloat.swift",
"JavaSecurityException.swift",
"JavaString.swift",
"LambdaConversionException.swift",
"LambdaMetafactory.swift",
"LinkageError.swift",
"LockInfo.swift",
"Long.swift",
"MalformedParameterizedTypeException.swift",
"MalformedParametersException.swift",
"ManagementFactory.swift",
"ManagementPermission.swift",
"Math.swift",
"Member.swift",
"MemoryMXBean.swift",
"MemoryManagerMXBean.swift",
"MemoryNotificationInfo.swift",
"MemoryPoolMXBean.swift",
"MemoryType.swift",
"MemoryUsage.swift",
"Method.swift",
"MethodHandle.swift",
"MethodHandleInfo.swift",
"MethodHandleProxies.swift",
"MethodHandles.swift",
"MethodHandles_Lookup.swift",
"MethodType.swift",
"Modifier.swift",
"MonitorInfo.swift",
"MutableCallSite.swift",
"Native.swift",
"NegativeArraySizeException.swift",
"NoClassDefFoundError.swift",
"NoSuchFieldError.swift",
"NoSuchFieldException.swift",
"NoSuchMethodError.swift",
"NoSuchMethodException.swift",
"NullPointerException.swift",
"Number.swift",
"NumberFormatException.swift",
"OperatingSystemMXBean.swift",
"OutOfMemoryError.swift",
"Override.swift",
"Package.swift",
"Parameter.swift",
"ParameterizedType.swift",
"PhantomReference.swift",
"PlatformLoggingMXBean.swift",
"PlatformManagedObject.swift",
"Process.swift",
"ProcessBuilder.swift",
"ProcessBuilder_Redirect.swift",
"ProcessBuilder_Redirect_Type.swift",
"Proxy.swift",
"Readable.swift",
"Reference.swift",
"ReferenceQueue.swift",
"ReflectPermission.swift",
"ReflectiveOperationException.swift",
"Repeatable.swift",
"Retention.swift",
"RetentionPolicy.swift",
"Runtime.swift",
"RuntimeException.swift",
"RuntimeMXBean.swift",
"RuntimePermission.swift",
"SafeVarargs.swift",
"SecurityManager.swift",
"SerializedLambda.swift",
"Short.swift",
"SoftReference.swift",
"StackOverflowError.swift",
"StackTraceElement.swift",
"StrictMath.swift",
"StringBuffer.swift",
"StringBuilder.swift",
"StringIndexOutOfBoundsException.swift",
"SuppressWarnings.swift",
"SwitchPoint.swift",
"System.swift",
"Target.swift",
"ThreadDeath.swift",
"ThreadGroup.swift",
"ThreadInfo.swift",
"ThreadLocal.swift",
"ThreadMXBean.swift",
"Thread_State.swift",
"Thread_UncaughtExceptionHandler.swift",
"Type.swift",
"TypeNotPresentException.swift",
"TypeVariable.swift",
"UndeclaredThrowableException.swift",
"UnknownError.swift",
"UnmodifiableClassException.swift",
"UnsatisfiedLinkError.swift",
"UnsupportedClassVersionError.swift",
"UnsupportedOperationException.swift",
"VerifyError.swift",
"VirtualMachineError.swift",
"Void.swift",
"VolatileCallSite.swift",
"WeakReference.swift",
"WildcardType.swift",
"WrongMethodTypeException.swift",
"java_lang.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.