The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of java_lang, reference 2.5.0 (6db935), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 00:40:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/ClassFormatError.swift:8:12: warning: class 'ClassFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ClassFormatError ///
 7 |
 8 | open class ClassFormatError: LinkageError {
   |            `- warning: class 'ClassFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ClassNotFoundException.swift:8:12: warning: class 'ClassNotFoundException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ClassNotFoundException ///
  7 |
  8 | open class ClassNotFoundException: ReflectiveOperationException {
    |            `- warning: class 'ClassNotFoundException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/CloneNotSupportedException.swift:8:12: warning: class 'CloneNotSupportedException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.CloneNotSupportedException ///
 7 |
 8 | open class CloneNotSupportedException: java_swift.Exception {
   |            `- warning: class 'CloneNotSupportedException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[148/205] Compiling java_lang ClassValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/BootstrapMethodError.swift:8:12: warning: class 'BootstrapMethodError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.BootstrapMethodError ///
  7 |
  8 | open class BootstrapMethodError: LinkageError {
    |            `- warning: class 'BootstrapMethodError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ClassCastException.swift:8:12: warning: class 'ClassCastException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ClassCastException ///
 7 |
 8 | open class ClassCastException: RuntimeException {
   |            `- warning: class 'ClassCastException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ClassCircularityError.swift:8:12: warning: class 'ClassCircularityError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ClassCircularityError ///
 7 |
 8 | open class ClassCircularityError: LinkageError {
   |            `- warning: class 'ClassCircularityError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ClassFormatError.swift:8:12: warning: class 'ClassFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ClassFormatError ///
 7 |
 8 | open class ClassFormatError: LinkageError {
   |            `- warning: class 'ClassFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ClassNotFoundException.swift:8:12: warning: class 'ClassNotFoundException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ClassNotFoundException ///
  7 |
  8 | open class ClassNotFoundException: ReflectiveOperationException {
    |            `- warning: class 'ClassNotFoundException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/CloneNotSupportedException.swift:8:12: warning: class 'CloneNotSupportedException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.CloneNotSupportedException ///
 7 |
 8 | open class CloneNotSupportedException: java_swift.Exception {
   |            `- warning: class 'CloneNotSupportedException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[149/205] Compiling java_lang CloneNotSupportedException.swift
/Users/admin/builder/spi-builder-workspace/Sources/BootstrapMethodError.swift:8:12: warning: class 'BootstrapMethodError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.BootstrapMethodError ///
  7 |
  8 | open class BootstrapMethodError: LinkageError {
    |            `- warning: class 'BootstrapMethodError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ClassCastException.swift:8:12: warning: class 'ClassCastException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ClassCastException ///
 7 |
 8 | open class ClassCastException: RuntimeException {
   |            `- warning: class 'ClassCastException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ClassCircularityError.swift:8:12: warning: class 'ClassCircularityError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ClassCircularityError ///
 7 |
 8 | open class ClassCircularityError: LinkageError {
   |            `- warning: class 'ClassCircularityError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ClassFormatError.swift:8:12: warning: class 'ClassFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ClassFormatError ///
 7 |
 8 | open class ClassFormatError: LinkageError {
   |            `- warning: class 'ClassFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ClassNotFoundException.swift:8:12: warning: class 'ClassNotFoundException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ClassNotFoundException ///
  7 |
  8 | open class ClassNotFoundException: ReflectiveOperationException {
    |            `- warning: class 'ClassNotFoundException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/CloneNotSupportedException.swift:8:12: warning: class 'CloneNotSupportedException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.CloneNotSupportedException ///
 7 |
 8 | open class CloneNotSupportedException: java_swift.Exception {
   |            `- warning: class 'CloneNotSupportedException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[150/205] Emitting module java_lang
/Users/admin/builder/spi-builder-workspace/Sources/AbstractMethodError.swift:8:12: warning: class 'AbstractMethodError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.AbstractMethodError ///
 7 |
 8 | open class AbstractMethodError: IncompatibleClassChangeError {
   |            `- warning: class 'AbstractMethodError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/AnnotationFormatError.swift:8:12: warning: class 'AnnotationFormatError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.annotation.AnnotationFormatError ///
  7 |
  8 | open class AnnotationFormatError: JavaError {
    |            `- warning: class 'AnnotationFormatError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/AnnotationTypeMismatchException.swift:8:12: warning: class 'AnnotationTypeMismatchException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.annotation.AnnotationTypeMismatchException ///
  7 |
  8 | open class AnnotationTypeMismatchException: RuntimeException {
    |            `- warning: class 'AnnotationTypeMismatchException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ArithmeticException.swift:8:12: warning: class 'ArithmeticException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ArithmeticException ///
 7 |
 8 | open class ArithmeticException: RuntimeException {
   |            `- warning: class 'ArithmeticException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ArrayIndexOutOfBoundsException.swift:8:12: warning: class 'ArrayIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ArrayIndexOutOfBoundsException ///
  7 |
  8 | open class ArrayIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'ArrayIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ArrayStoreException.swift:8:12: warning: class 'ArrayStoreException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ArrayStoreException ///
 7 |
 8 | open class ArrayStoreException: RuntimeException {
   |            `- warning: class 'ArrayStoreException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/AssertionError.swift:8:12: warning: class 'AssertionError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.AssertionError ///
  7 |
  8 | open class AssertionError: JavaError {
    |            `- warning: class 'AssertionError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/BootstrapMethodError.swift:8:12: warning: class 'BootstrapMethodError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.BootstrapMethodError ///
  7 |
  8 | open class BootstrapMethodError: LinkageError {
    |            `- warning: class 'BootstrapMethodError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ClassCastException.swift:8:12: warning: class 'ClassCastException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ClassCastException ///
 7 |
 8 | open class ClassCastException: RuntimeException {
   |            `- warning: class 'ClassCastException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ClassCircularityError.swift:8:12: warning: class 'ClassCircularityError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ClassCircularityError ///
 7 |
 8 | open class ClassCircularityError: LinkageError {
   |            `- warning: class 'ClassCircularityError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ClassFormatError.swift:8:12: warning: class 'ClassFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ClassFormatError ///
 7 |
 8 | open class ClassFormatError: LinkageError {
   |            `- warning: class 'ClassFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ClassNotFoundException.swift:8:12: warning: class 'ClassNotFoundException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ClassNotFoundException ///
  7 |
  8 | open class ClassNotFoundException: ReflectiveOperationException {
    |            `- warning: class 'ClassNotFoundException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/CloneNotSupportedException.swift:8:12: warning: class 'CloneNotSupportedException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.CloneNotSupportedException ///
 7 |
 8 | open class CloneNotSupportedException: java_swift.Exception {
   |            `- warning: class 'CloneNotSupportedException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalArgumentException.swift:8:12: warning: class 'IllegalArgumentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.IllegalArgumentException ///
  7 |
  8 | open class IllegalArgumentException: RuntimeException {
    |            `- warning: class 'IllegalArgumentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalClassFormatException.swift:8:12: warning: class 'IllegalClassFormatException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.instrument.IllegalClassFormatException ///
 7 |
 8 | open class IllegalClassFormatException: java_swift.Exception {
   |            `- warning: class 'IllegalClassFormatException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalMonitorStateException.swift:8:12: warning: class 'IllegalMonitorStateException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalMonitorStateException ///
 7 |
 8 | open class IllegalMonitorStateException: RuntimeException {
   |            `- warning: class 'IllegalMonitorStateException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalStateException.swift:8:12: warning: class 'IllegalStateException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.IllegalStateException ///
  7 |
  8 | open class IllegalStateException: RuntimeException {
    |            `- warning: class 'IllegalStateException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalThreadStateException.swift:8:12: warning: class 'IllegalThreadStateException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalThreadStateException ///
 7 |
 8 | open class IllegalThreadStateException: IllegalArgumentException {
   |            `- warning: class 'IllegalThreadStateException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IncompatibleClassChangeError.swift:8:12: warning: class 'IncompatibleClassChangeError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IncompatibleClassChangeError ///
 7 |
 8 | open class IncompatibleClassChangeError: LinkageError {
   |            `- warning: class 'IncompatibleClassChangeError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IncompleteAnnotationException.swift:8:12: warning: class 'IncompleteAnnotationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.annotation.IncompleteAnnotationException ///
  7 |
  8 | open class IncompleteAnnotationException: RuntimeException {
    |            `- warning: class 'IncompleteAnnotationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IndexOutOfBoundsException.swift:8:12: warning: class 'IndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IndexOutOfBoundsException ///
 7 |
 8 | open class IndexOutOfBoundsException: RuntimeException {
   |            `- warning: class 'IndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/InstantiationError.swift:8:12: warning: class 'InstantiationError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.InstantiationError ///
 7 |
 8 | open class InstantiationError: IncompatibleClassChangeError {
   |            `- warning: class 'InstantiationError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/InstantiationException.swift:8:12: warning: class 'InstantiationException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.InstantiationException ///
 7 |
 8 | open class InstantiationException: ReflectiveOperationException {
   |            `- warning: class 'InstantiationException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/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 ) {
/Users/admin/builder/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 ) {
/Users/admin/builder/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 ) {
/Users/admin/builder/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 ) {
/Users/admin/builder/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 ) {
/Users/admin/builder/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 ) {
/Users/admin/builder/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 ) {
/Users/admin/builder/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 ) {
/Users/admin/builder/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 ) {
/Users/admin/builder/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 ) {
/Users/admin/builder/spi-builder-workspace/Sources/NegativeArraySizeException.swift:8:12: warning: class 'NegativeArraySizeException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.NegativeArraySizeException ///
 7 |
 8 | open class NegativeArraySizeException: RuntimeException {
   |            `- warning: class 'NegativeArraySizeException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/NoClassDefFoundError.swift:8:12: warning: class 'NoClassDefFoundError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.NoClassDefFoundError ///
 7 |
 8 | open class NoClassDefFoundError: LinkageError {
   |            `- warning: class 'NoClassDefFoundError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldError.swift:8:12: warning: class 'NoSuchFieldError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.NoSuchFieldError ///
 7 |
 8 | open class NoSuchFieldError: IncompatibleClassChangeError {
   |            `- warning: class 'NoSuchFieldError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldException.swift:8:12: warning: class 'NoSuchFieldException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.NoSuchFieldException ///
 7 |
 8 | open class NoSuchFieldException: ReflectiveOperationException {
   |            `- warning: class 'NoSuchFieldException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodError.swift:8:12: warning: class 'NoSuchMethodError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.NoSuchMethodError ///
 7 |
 8 | open class NoSuchMethodError: IncompatibleClassChangeError {
   |            `- warning: class 'NoSuchMethodError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodException.swift:8:12: warning: class 'NoSuchMethodException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.NoSuchMethodException ///
 7 |
 8 | open class NoSuchMethodException: ReflectiveOperationException {
   |            `- warning: class 'NoSuchMethodException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/NullPointerException.swift:8:12: warning: class 'NullPointerException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.NullPointerException ///
 7 |
 8 | open class NullPointerException: RuntimeException {
   |            `- warning: class 'NullPointerException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/NumberFormatException.swift:8:12: warning: class 'NumberFormatException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.NumberFormatException ///
 7 |
 8 | open class NumberFormatException: IllegalArgumentException {
   |            `- warning: class 'NumberFormatException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/OutOfMemoryError.swift:8:12: warning: class 'OutOfMemoryError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.OutOfMemoryError ///
 7 |
 8 | open class OutOfMemoryError: VirtualMachineError {
   |            `- warning: class 'OutOfMemoryError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectPermission.swift:8:12: warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.ReflectPermission ///
 7 |
 8 | open class ReflectPermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ReflectiveOperationException ///
  7 |
  8 | open class ReflectiveOperationException: java_swift.Exception {
    |            `- warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.RuntimeException ///
  7 |
  8 | open class RuntimeException: java_swift.Exception {
    |            `- warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.RuntimePermission ///
 7 |
 8 | open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/TypeNotPresentException.swift:8:12: warning: class 'TypeNotPresentException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.TypeNotPresentException ///
 7 |
 8 | open class TypeNotPresentException: RuntimeException {
   |            `- warning: class 'TypeNotPresentException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/UndeclaredThrowableException.swift:8:12: warning: class 'UndeclaredThrowableException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.UndeclaredThrowableException ///
  7 |
  8 | open class UndeclaredThrowableException: RuntimeException {
    |            `- warning: class 'UndeclaredThrowableException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/UnknownError.swift:8:12: warning: class 'UnknownError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.UnknownError ///
 7 |
 8 | open class UnknownError: VirtualMachineError {
   |            `- warning: class 'UnknownError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/UnmodifiableClassException.swift:8:12: warning: class 'UnmodifiableClassException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.instrument.UnmodifiableClassException ///
 7 |
 8 | open class UnmodifiableClassException: java_swift.Exception {
   |            `- warning: class 'UnmodifiableClassException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/UnsatisfiedLinkError.swift:8:12: warning: class 'UnsatisfiedLinkError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.UnsatisfiedLinkError ///
 7 |
 8 | open class UnsatisfiedLinkError: LinkageError {
   |            `- warning: class 'UnsatisfiedLinkError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/UnsupportedClassVersionError.swift:8:12: warning: class 'UnsupportedClassVersionError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.UnsupportedClassVersionError ///
 7 |
 8 | open class UnsupportedClassVersionError: ClassFormatError {
   |            `- warning: class 'UnsupportedClassVersionError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/UnsupportedOperationException.swift:8:12: warning: class 'UnsupportedOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.UnsupportedOperationException ///
  7 |
  8 | open class UnsupportedOperationException: RuntimeException {
    |            `- warning: class 'UnsupportedOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/VerifyError.swift:8:12: warning: class 'VerifyError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.VerifyError ///
 7 |
 8 | open class VerifyError: LinkageError {
   |            `- warning: class 'VerifyError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/VirtualMachineError.swift:8:12: warning: class 'VirtualMachineError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.VirtualMachineError ///
  7 |
  8 | open class VirtualMachineError: JavaError {
    |            `- warning: class 'VirtualMachineError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/WrongMethodTypeException.swift:8:12: warning: class 'WrongMethodTypeException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.WrongMethodTypeException ///
 7 |
 8 | open class WrongMethodTypeException: RuntimeException {
   |            `- warning: class 'WrongMethodTypeException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[151/205] Compiling java_lang Cloneable.swift
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[152/205] Compiling java_lang CompilationMXBean.swift
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[153/205] Compiling java_lang Compiler.swift
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[154/205] Compiling java_lang ConstantCallSite.swift
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[155/205] Compiling java_lang Constructor.swift
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[156/205] Compiling java_lang Deprecated.swift
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[157/205] Compiling java_lang Documented.swift
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[158/205] Compiling java_lang ElementType.swift
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[159/205] Compiling java_lang EnumConstantNotPresentException.swift
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[160/205] Compiling java_lang ExceptionInInitializerError.swift
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[161/205] Compiling java_lang Executable.swift
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[162/205] Compiling java_lang Field.swift
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[163/205] Compiling java_lang FunctionalInterface.swift
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[164/205] Compiling java_lang GarbageCollectorMXBean.swift
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[165/205] Compiling java_lang GenericArrayType.swift
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[166/205] Compiling java_lang GenericDeclaration.swift
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[167/205] Compiling java_lang GenericSignatureFormatError.swift
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[168/205] Compiling java_lang IllegalAccessError.swift
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[169/205] Compiling java_lang IllegalAccessException.swift
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.EnumConstantNotPresentException ///
  7 |
  8 | open class EnumConstantNotPresentException: RuntimeException {
    |            `- warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ExceptionInInitializerError ///
  7 |
  8 | open class ExceptionInInitializerError: LinkageError {
    |            `- warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.GenericSignatureFormatError ///
 7 |
 8 | open class GenericSignatureFormatError: ClassFormatError {
   |            `- warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessError ///
 7 |
 8 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.IllegalAccessException ///
 7 |
 8 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[170/205] Compiling java_lang Short.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[171/205] Compiling java_lang SoftReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[172/205] Compiling java_lang StackOverflowError.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[173/205] Compiling java_lang StackTraceElement.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[174/205] Compiling java_lang StrictMath.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[175/205] Compiling java_lang StringBuffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[176/205] Compiling java_lang StringBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[177/205] Compiling java_lang StringIndexOutOfBoundsException.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[178/205] Compiling java_lang SuppressWarnings.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[179/205] Compiling java_lang SwitchPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[180/205] Compiling java_lang System.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[181/205] Compiling java_lang Target.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[182/205] Compiling java_lang ThreadDeath.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[183/205] Compiling java_lang ThreadGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[184/205] Compiling java_lang ThreadInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[185/205] Compiling java_lang ThreadLocal.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[186/205] Compiling java_lang ThreadMXBean.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[187/205] Compiling java_lang Thread_State.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[188/205] Compiling java_lang ProcessBuilder_Redirect.swift
/Users/admin/builder/spi-builder-workspace/Sources/ReflectPermission.swift:8:12: warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.ReflectPermission ///
 7 |
 8 | open class ReflectPermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ReflectiveOperationException ///
  7 |
  8 | open class ReflectiveOperationException: java_swift.Exception {
    |            `- warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.RuntimeException ///
  7 |
  8 | open class RuntimeException: java_swift.Exception {
    |            `- warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.RuntimePermission ///
 7 |
 8 | open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[189/205] Compiling java_lang ProcessBuilder_Redirect_Type.swift
/Users/admin/builder/spi-builder-workspace/Sources/ReflectPermission.swift:8:12: warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.ReflectPermission ///
 7 |
 8 | open class ReflectPermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ReflectiveOperationException ///
  7 |
  8 | open class ReflectiveOperationException: java_swift.Exception {
    |            `- warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.RuntimeException ///
  7 |
  8 | open class RuntimeException: java_swift.Exception {
    |            `- warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.RuntimePermission ///
 7 |
 8 | open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[190/205] Compiling java_lang Proxy.swift
/Users/admin/builder/spi-builder-workspace/Sources/ReflectPermission.swift:8:12: warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.ReflectPermission ///
 7 |
 8 | open class ReflectPermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ReflectiveOperationException ///
  7 |
  8 | open class ReflectiveOperationException: java_swift.Exception {
    |            `- warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.RuntimeException ///
  7 |
  8 | open class RuntimeException: java_swift.Exception {
    |            `- warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.RuntimePermission ///
 7 |
 8 | open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[191/205] Compiling java_lang Readable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ReflectPermission.swift:8:12: warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.ReflectPermission ///
 7 |
 8 | open class ReflectPermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ReflectiveOperationException ///
  7 |
  8 | open class ReflectiveOperationException: java_swift.Exception {
    |            `- warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.RuntimeException ///
  7 |
  8 | open class RuntimeException: java_swift.Exception {
    |            `- warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.RuntimePermission ///
 7 |
 8 | open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[192/205] Compiling java_lang Reference.swift
/Users/admin/builder/spi-builder-workspace/Sources/ReflectPermission.swift:8:12: warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.ReflectPermission ///
 7 |
 8 | open class ReflectPermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ReflectiveOperationException ///
  7 |
  8 | open class ReflectiveOperationException: java_swift.Exception {
    |            `- warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.RuntimeException ///
  7 |
  8 | open class RuntimeException: java_swift.Exception {
    |            `- warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.RuntimePermission ///
 7 |
 8 | open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[193/205] Compiling java_lang ReferenceQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/ReflectPermission.swift:8:12: warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.ReflectPermission ///
 7 |
 8 | open class ReflectPermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ReflectiveOperationException ///
  7 |
  8 | open class ReflectiveOperationException: java_swift.Exception {
    |            `- warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.RuntimeException ///
  7 |
  8 | open class RuntimeException: java_swift.Exception {
    |            `- warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.RuntimePermission ///
 7 |
 8 | open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[194/205] Compiling java_lang ReflectPermission.swift
/Users/admin/builder/spi-builder-workspace/Sources/ReflectPermission.swift:8:12: warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.ReflectPermission ///
 7 |
 8 | open class ReflectPermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ReflectiveOperationException ///
  7 |
  8 | open class ReflectiveOperationException: java_swift.Exception {
    |            `- warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.RuntimeException ///
  7 |
  8 | open class RuntimeException: java_swift.Exception {
    |            `- warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.RuntimePermission ///
 7 |
 8 | open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[195/205] Compiling java_lang ReflectiveOperationException.swift
/Users/admin/builder/spi-builder-workspace/Sources/ReflectPermission.swift:8:12: warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.ReflectPermission ///
 7 |
 8 | open class ReflectPermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ReflectiveOperationException ///
  7 |
  8 | open class ReflectiveOperationException: java_swift.Exception {
    |            `- warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.RuntimeException ///
  7 |
  8 | open class RuntimeException: java_swift.Exception {
    |            `- warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.RuntimePermission ///
 7 |
 8 | open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[196/205] Compiling java_lang Repeatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ReflectPermission.swift:8:12: warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.ReflectPermission ///
 7 |
 8 | open class ReflectPermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ReflectiveOperationException ///
  7 |
  8 | open class ReflectiveOperationException: java_swift.Exception {
    |            `- warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.RuntimeException ///
  7 |
  8 | open class RuntimeException: java_swift.Exception {
    |            `- warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.RuntimePermission ///
 7 |
 8 | open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[197/205] Compiling java_lang Retention.swift
/Users/admin/builder/spi-builder-workspace/Sources/ReflectPermission.swift:8:12: warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.ReflectPermission ///
 7 |
 8 | open class ReflectPermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ReflectiveOperationException ///
  7 |
  8 | open class ReflectiveOperationException: java_swift.Exception {
    |            `- warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.RuntimeException ///
  7 |
  8 | open class RuntimeException: java_swift.Exception {
    |            `- warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.RuntimePermission ///
 7 |
 8 | open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[198/205] Compiling java_lang RetentionPolicy.swift
/Users/admin/builder/spi-builder-workspace/Sources/ReflectPermission.swift:8:12: warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.ReflectPermission ///
 7 |
 8 | open class ReflectPermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ReflectiveOperationException ///
  7 |
  8 | open class ReflectiveOperationException: java_swift.Exception {
    |            `- warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.RuntimeException ///
  7 |
  8 | open class RuntimeException: java_swift.Exception {
    |            `- warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.RuntimePermission ///
 7 |
 8 | open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[199/205] Compiling java_lang Runtime.swift
/Users/admin/builder/spi-builder-workspace/Sources/ReflectPermission.swift:8:12: warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.ReflectPermission ///
 7 |
 8 | open class ReflectPermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ReflectiveOperationException ///
  7 |
  8 | open class ReflectiveOperationException: java_swift.Exception {
    |            `- warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.RuntimeException ///
  7 |
  8 | open class RuntimeException: java_swift.Exception {
    |            `- warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.RuntimePermission ///
 7 |
 8 | open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[200/205] Compiling java_lang RuntimeException.swift
/Users/admin/builder/spi-builder-workspace/Sources/ReflectPermission.swift:8:12: warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.ReflectPermission ///
 7 |
 8 | open class ReflectPermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ReflectiveOperationException ///
  7 |
  8 | open class ReflectiveOperationException: java_swift.Exception {
    |            `- warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.RuntimeException ///
  7 |
  8 | open class RuntimeException: java_swift.Exception {
    |            `- warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.RuntimePermission ///
 7 |
 8 | open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[201/205] Compiling java_lang RuntimeMXBean.swift
/Users/admin/builder/spi-builder-workspace/Sources/ReflectPermission.swift:8:12: warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.ReflectPermission ///
 7 |
 8 | open class ReflectPermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ReflectiveOperationException ///
  7 |
  8 | open class ReflectiveOperationException: java_swift.Exception {
    |            `- warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.RuntimeException ///
  7 |
  8 | open class RuntimeException: java_swift.Exception {
    |            `- warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.RuntimePermission ///
 7 |
 8 | open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[202/205] Compiling java_lang RuntimePermission.swift
/Users/admin/builder/spi-builder-workspace/Sources/ReflectPermission.swift:8:12: warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.ReflectPermission ///
 7 |
 8 | open class ReflectPermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ReflectiveOperationException ///
  7 |
  8 | open class ReflectiveOperationException: java_swift.Exception {
    |            `- warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.RuntimeException ///
  7 |
  8 | open class RuntimeException: java_swift.Exception {
    |            `- warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.RuntimePermission ///
 7 |
 8 | open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[203/205] Compiling java_lang SafeVarargs.swift
/Users/admin/builder/spi-builder-workspace/Sources/ReflectPermission.swift:8:12: warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.ReflectPermission ///
 7 |
 8 | open class ReflectPermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ReflectiveOperationException ///
  7 |
  8 | open class ReflectiveOperationException: java_swift.Exception {
    |            `- warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.RuntimeException ///
  7 |
  8 | open class RuntimeException: java_swift.Exception {
    |            `- warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.RuntimePermission ///
 7 |
 8 | open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[204/205] Compiling java_lang SecurityManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/ReflectPermission.swift:8:12: warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.ReflectPermission ///
 7 |
 8 | open class ReflectPermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ReflectiveOperationException ///
  7 |
  8 | open class ReflectiveOperationException: java_swift.Exception {
    |            `- warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.RuntimeException ///
  7 |
  8 | open class RuntimeException: java_swift.Exception {
    |            `- warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.RuntimePermission ///
 7 |
 8 | open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[205/205] Compiling java_lang SerializedLambda.swift
/Users/admin/builder/spi-builder-workspace/Sources/ReflectPermission.swift:8:12: warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.reflect.ReflectPermission ///
 7 |
 8 | open class ReflectPermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'ReflectPermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ReflectiveOperationException ///
  7 |
  8 | open class ReflectiveOperationException: java_swift.Exception {
    |            `- warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.RuntimeException ///
  7 |
  8 | open class RuntimeException: java_swift.Exception {
    |            `- warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.RuntimePermission ///
 7 |
 8 | open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
   |            `- warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
Build complete! (11.70s)
Fetching https://github.com/SwiftJava/java_swift.git
[6/290] Fetching java_swift
Fetched https://github.com/SwiftJava/java_swift.git from cache (0.75s)
Fetching https://github.com/SwiftJava/CJavaVM.git
[1/54] Fetching cjavavm
Fetched https://github.com/SwiftJava/CJavaVM.git from cache (0.62s)
Creating working copy for https://github.com/SwiftJava/CJavaVM.git
Working copy of https://github.com/SwiftJava/CJavaVM.git resolved at master (654df50)
Creating working copy for https://github.com/SwiftJava/java_swift.git
Working copy of https://github.com/SwiftJava/java_swift.git resolved at master (ef87de5)
warning: 'cjavavm': ignoring declared target(s) 'CJavaVM' in the system package
warning: 'cjavavm': system packages are deprecated; use system library targets instead
Build complete.
{
  "dependencies" : [
    {
      "identity" : "java_swift",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftJava/java_swift.git"
    }
  ],
  "manifest_display_name" : "java_lang",
  "name" : "java_lang",
  "path" : "/Users/admin/builder/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.0"
}
Done.