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 master (9ec60a), with Swift 6.0 for macOS (SPM) on 7 Jun 2025 07:44:09 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/Character_UnicodeBlock.swift:8:12: warning: class 'Character_UnicodeBlock' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.Character$UnicodeBlock ///
   7 |
   8 | open class Character_UnicodeBlock: Character_Subset {
     |            `- warning: class 'Character_UnicodeBlock' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Character_UnicodeScript.swift:71:12: warning: class 'Character_UnicodeScriptForward' must restate inherited '@unchecked Sendable' conformance
  69 |
  70 |
  71 | open class Character_UnicodeScriptForward: JNIObjectForward {
     |            `- warning: class 'Character_UnicodeScriptForward' must restate inherited '@unchecked Sendable' conformance
  72 |
  73 |     private static var Character_UnicodeScriptJNIClass: jclass?
/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/ClassDefinition.swift:8:12: warning: class 'ClassDefinition' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.instrument.ClassDefinition ///
 7 |
 8 | open class ClassDefinition: java_swift.JavaObject {
   |            `- warning: class 'ClassDefinition' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ClassFileTransformer.swift:17:12: warning: class 'ClassFileTransformerForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class ClassFileTransformerForward: JNIObjectForward, ClassFileTransformer {
   |            `- warning: class 'ClassFileTransformerForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var ClassFileTransformerJNIClass: jclass?
/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/ClassLoader.swift:8:12: warning: class 'ClassLoader' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ClassLoader ///
  7 |
  8 | open class ClassLoader: java_swift.JavaObject {
    |            `- warning: class 'ClassLoader' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ClassLoadingMXBean.swift:33:12: warning: class 'ClassLoadingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class ClassLoadingMXBeanForward: PlatformManagedObjectForward, ClassLoadingMXBean {
    |            `- warning: class 'ClassLoadingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var ClassLoadingMXBeanJNIClass: jclass?
/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/ClassValue.swift:8:12: warning: class 'ClassValue' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ClassValue ///
  7 |
  8 | open class ClassValue: java_swift.JavaObject {
    |            `- warning: class 'ClassValue' must restate inherited '@unchecked Sendable' 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 ) {
[187/206] 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/BufferPoolMXBean.swift:29:12: warning: class 'BufferPoolMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class BufferPoolMXBeanForward: PlatformManagedObjectForward, BufferPoolMXBean {
   |            `- warning: class 'BufferPoolMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var BufferPoolMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Byte.swift:8:12: warning: class 'Byte' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Byte ///
  7 |
  8 | open class Byte: Number, JavaComparable {
    |            `- warning: class 'Byte' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/CallSite.swift:8:12: warning: class 'CallSite' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.CallSite ///
  7 |
  8 | open class CallSite: java_swift.JavaObject {
    |            `- warning: class 'CallSite' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/CharSequence.swift:41:12: warning: class 'CharSequenceForward' must restate inherited '@unchecked Sendable' conformance
 39 |
 40 |
 41 | open class CharSequenceForward: JNIObjectForward, CharSequence {
    |            `- warning: class 'CharSequenceForward' must restate inherited '@unchecked Sendable' conformance
 42 |
 43 |     private static var CharSequenceJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Character.swift:8:12: warning: class 'Character' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.Character ///
   7 |
   8 | open class Character: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, JavaComparable {
     |            `- warning: class 'Character' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Character_Subset.swift:8:12: warning: class 'Character_Subset' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.Character$Subset ///
 7 |
 8 | open class Character_Subset: java_swift.JavaObject {
   |            `- warning: class 'Character_Subset' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Character_UnicodeBlock.swift:8:12: warning: class 'Character_UnicodeBlock' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.Character$UnicodeBlock ///
   7 |
   8 | open class Character_UnicodeBlock: Character_Subset {
     |            `- warning: class 'Character_UnicodeBlock' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Character_UnicodeScript.swift:71:12: warning: class 'Character_UnicodeScriptForward' must restate inherited '@unchecked Sendable' conformance
  69 |
  70 |
  71 | open class Character_UnicodeScriptForward: JNIObjectForward {
     |            `- warning: class 'Character_UnicodeScriptForward' must restate inherited '@unchecked Sendable' conformance
  72 |
  73 |     private static var Character_UnicodeScriptJNIClass: jclass?
/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/ClassDefinition.swift:8:12: warning: class 'ClassDefinition' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.instrument.ClassDefinition ///
 7 |
 8 | open class ClassDefinition: java_swift.JavaObject {
   |            `- warning: class 'ClassDefinition' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ClassFileTransformer.swift:17:12: warning: class 'ClassFileTransformerForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class ClassFileTransformerForward: JNIObjectForward, ClassFileTransformer {
   |            `- warning: class 'ClassFileTransformerForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var ClassFileTransformerJNIClass: jclass?
/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/ClassLoader.swift:8:12: warning: class 'ClassLoader' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ClassLoader ///
  7 |
  8 | open class ClassLoader: java_swift.JavaObject {
    |            `- warning: class 'ClassLoader' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ClassLoadingMXBean.swift:33:12: warning: class 'ClassLoadingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class ClassLoadingMXBeanForward: PlatformManagedObjectForward, ClassLoadingMXBean {
    |            `- warning: class 'ClassLoadingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var ClassLoadingMXBeanJNIClass: jclass?
/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/ClassValue.swift:8:12: warning: class 'ClassValue' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ClassValue ///
  7 |
  8 | open class ClassValue: java_swift.JavaObject {
    |            `- warning: class 'ClassValue' must restate inherited '@unchecked Sendable' 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 ) {
[188/206] 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/BufferPoolMXBean.swift:29:12: warning: class 'BufferPoolMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class BufferPoolMXBeanForward: PlatformManagedObjectForward, BufferPoolMXBean {
   |            `- warning: class 'BufferPoolMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var BufferPoolMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Byte.swift:8:12: warning: class 'Byte' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Byte ///
  7 |
  8 | open class Byte: Number, JavaComparable {
    |            `- warning: class 'Byte' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/CallSite.swift:8:12: warning: class 'CallSite' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.CallSite ///
  7 |
  8 | open class CallSite: java_swift.JavaObject {
    |            `- warning: class 'CallSite' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/CharSequence.swift:41:12: warning: class 'CharSequenceForward' must restate inherited '@unchecked Sendable' conformance
 39 |
 40 |
 41 | open class CharSequenceForward: JNIObjectForward, CharSequence {
    |            `- warning: class 'CharSequenceForward' must restate inherited '@unchecked Sendable' conformance
 42 |
 43 |     private static var CharSequenceJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Character.swift:8:12: warning: class 'Character' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.Character ///
   7 |
   8 | open class Character: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, JavaComparable {
     |            `- warning: class 'Character' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Character_Subset.swift:8:12: warning: class 'Character_Subset' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.Character$Subset ///
 7 |
 8 | open class Character_Subset: java_swift.JavaObject {
   |            `- warning: class 'Character_Subset' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Character_UnicodeBlock.swift:8:12: warning: class 'Character_UnicodeBlock' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.Character$UnicodeBlock ///
   7 |
   8 | open class Character_UnicodeBlock: Character_Subset {
     |            `- warning: class 'Character_UnicodeBlock' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Character_UnicodeScript.swift:71:12: warning: class 'Character_UnicodeScriptForward' must restate inherited '@unchecked Sendable' conformance
  69 |
  70 |
  71 | open class Character_UnicodeScriptForward: JNIObjectForward {
     |            `- warning: class 'Character_UnicodeScriptForward' must restate inherited '@unchecked Sendable' conformance
  72 |
  73 |     private static var Character_UnicodeScriptJNIClass: jclass?
/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/ClassDefinition.swift:8:12: warning: class 'ClassDefinition' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.instrument.ClassDefinition ///
 7 |
 8 | open class ClassDefinition: java_swift.JavaObject {
   |            `- warning: class 'ClassDefinition' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ClassFileTransformer.swift:17:12: warning: class 'ClassFileTransformerForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class ClassFileTransformerForward: JNIObjectForward, ClassFileTransformer {
   |            `- warning: class 'ClassFileTransformerForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var ClassFileTransformerJNIClass: jclass?
/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/ClassLoader.swift:8:12: warning: class 'ClassLoader' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ClassLoader ///
  7 |
  8 | open class ClassLoader: java_swift.JavaObject {
    |            `- warning: class 'ClassLoader' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ClassLoadingMXBean.swift:33:12: warning: class 'ClassLoadingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class ClassLoadingMXBeanForward: PlatformManagedObjectForward, ClassLoadingMXBean {
    |            `- warning: class 'ClassLoadingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var ClassLoadingMXBeanJNIClass: jclass?
/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/ClassValue.swift:8:12: warning: class 'ClassValue' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ClassValue ///
  7 |
  8 | open class ClassValue: java_swift.JavaObject {
    |            `- warning: class 'ClassValue' must restate inherited '@unchecked Sendable' 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 ) {
[189/206] Compiling java_lang NoSuchFieldError.swift
/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/Number.swift:8:12: warning: class 'Number' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Number ///
  7 |
  8 | open class Number: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'Number' must restate inherited '@unchecked Sendable' 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/OperatingSystemMXBean.swift:33:12: warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class OperatingSystemMXBeanForward: PlatformManagedObjectForward, OperatingSystemMXBean {
    |            `- warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var OperatingSystemMXBeanJNIClass: jclass?
/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/Override.swift:13:12: warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class OverrideForward: AnnotationForward, Override {
   |            `- warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var OverrideJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:8:12: warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Package ///
  7 |
  8 | open class Package: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:8:12: warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Parameter ///
  7 |
  8 | open class Parameter: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:25:12: warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class ParameterizedTypeForward: TypeForward, ParameterizedType {
   |            `- warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var ParameterizedTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:8:12: warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.PhantomReference ///
 7 |
 8 | open class PhantomReference: Reference {
   |            `- warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:29:12: warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class PlatformLoggingMXBeanForward: PlatformManagedObjectForward, PlatformLoggingMXBean {
   |            `- warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var PlatformLoggingMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:17:12: warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class PlatformManagedObjectForward: JNIObjectForward, PlatformManagedObject {
   |            `- warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var PlatformManagedObjectJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:8:12: warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Process ///
  7 |
  8 | open class Process: java_swift.JavaObject {
    |            `- warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ProcessBuilder ///
  7 |
  8 | open class ProcessBuilder: java_swift.JavaObject {
    |            `- warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[190/206] Compiling java_lang NoSuchFieldException.swift
/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/Number.swift:8:12: warning: class 'Number' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Number ///
  7 |
  8 | open class Number: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'Number' must restate inherited '@unchecked Sendable' 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/OperatingSystemMXBean.swift:33:12: warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class OperatingSystemMXBeanForward: PlatformManagedObjectForward, OperatingSystemMXBean {
    |            `- warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var OperatingSystemMXBeanJNIClass: jclass?
/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/Override.swift:13:12: warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class OverrideForward: AnnotationForward, Override {
   |            `- warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var OverrideJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:8:12: warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Package ///
  7 |
  8 | open class Package: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:8:12: warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Parameter ///
  7 |
  8 | open class Parameter: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:25:12: warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class ParameterizedTypeForward: TypeForward, ParameterizedType {
   |            `- warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var ParameterizedTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:8:12: warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.PhantomReference ///
 7 |
 8 | open class PhantomReference: Reference {
   |            `- warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:29:12: warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class PlatformLoggingMXBeanForward: PlatformManagedObjectForward, PlatformLoggingMXBean {
   |            `- warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var PlatformLoggingMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:17:12: warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class PlatformManagedObjectForward: JNIObjectForward, PlatformManagedObject {
   |            `- warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var PlatformManagedObjectJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:8:12: warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Process ///
  7 |
  8 | open class Process: java_swift.JavaObject {
    |            `- warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ProcessBuilder ///
  7 |
  8 | open class ProcessBuilder: java_swift.JavaObject {
    |            `- warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[191/206] Compiling java_lang NoSuchMethodError.swift
/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/Number.swift:8:12: warning: class 'Number' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Number ///
  7 |
  8 | open class Number: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'Number' must restate inherited '@unchecked Sendable' 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/OperatingSystemMXBean.swift:33:12: warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class OperatingSystemMXBeanForward: PlatformManagedObjectForward, OperatingSystemMXBean {
    |            `- warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var OperatingSystemMXBeanJNIClass: jclass?
/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/Override.swift:13:12: warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class OverrideForward: AnnotationForward, Override {
   |            `- warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var OverrideJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:8:12: warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Package ///
  7 |
  8 | open class Package: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:8:12: warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Parameter ///
  7 |
  8 | open class Parameter: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:25:12: warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class ParameterizedTypeForward: TypeForward, ParameterizedType {
   |            `- warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var ParameterizedTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:8:12: warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.PhantomReference ///
 7 |
 8 | open class PhantomReference: Reference {
   |            `- warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:29:12: warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class PlatformLoggingMXBeanForward: PlatformManagedObjectForward, PlatformLoggingMXBean {
   |            `- warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var PlatformLoggingMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:17:12: warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class PlatformManagedObjectForward: JNIObjectForward, PlatformManagedObject {
   |            `- warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var PlatformManagedObjectJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:8:12: warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Process ///
  7 |
  8 | open class Process: java_swift.JavaObject {
    |            `- warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ProcessBuilder ///
  7 |
  8 | open class ProcessBuilder: java_swift.JavaObject {
    |            `- warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[192/206] Compiling java_lang NoSuchMethodException.swift
/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/Number.swift:8:12: warning: class 'Number' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Number ///
  7 |
  8 | open class Number: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'Number' must restate inherited '@unchecked Sendable' 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/OperatingSystemMXBean.swift:33:12: warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class OperatingSystemMXBeanForward: PlatformManagedObjectForward, OperatingSystemMXBean {
    |            `- warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var OperatingSystemMXBeanJNIClass: jclass?
/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/Override.swift:13:12: warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class OverrideForward: AnnotationForward, Override {
   |            `- warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var OverrideJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:8:12: warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Package ///
  7 |
  8 | open class Package: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:8:12: warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Parameter ///
  7 |
  8 | open class Parameter: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:25:12: warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class ParameterizedTypeForward: TypeForward, ParameterizedType {
   |            `- warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var ParameterizedTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:8:12: warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.PhantomReference ///
 7 |
 8 | open class PhantomReference: Reference {
   |            `- warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:29:12: warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class PlatformLoggingMXBeanForward: PlatformManagedObjectForward, PlatformLoggingMXBean {
   |            `- warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var PlatformLoggingMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:17:12: warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class PlatformManagedObjectForward: JNIObjectForward, PlatformManagedObject {
   |            `- warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var PlatformManagedObjectJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:8:12: warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Process ///
  7 |
  8 | open class Process: java_swift.JavaObject {
    |            `- warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ProcessBuilder ///
  7 |
  8 | open class ProcessBuilder: java_swift.JavaObject {
    |            `- warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[193/206] Compiling java_lang NullPointerException.swift
/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/Number.swift:8:12: warning: class 'Number' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Number ///
  7 |
  8 | open class Number: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'Number' must restate inherited '@unchecked Sendable' 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/OperatingSystemMXBean.swift:33:12: warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class OperatingSystemMXBeanForward: PlatformManagedObjectForward, OperatingSystemMXBean {
    |            `- warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var OperatingSystemMXBeanJNIClass: jclass?
/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/Override.swift:13:12: warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class OverrideForward: AnnotationForward, Override {
   |            `- warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var OverrideJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:8:12: warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Package ///
  7 |
  8 | open class Package: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:8:12: warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Parameter ///
  7 |
  8 | open class Parameter: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:25:12: warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class ParameterizedTypeForward: TypeForward, ParameterizedType {
   |            `- warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var ParameterizedTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:8:12: warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.PhantomReference ///
 7 |
 8 | open class PhantomReference: Reference {
   |            `- warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:29:12: warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class PlatformLoggingMXBeanForward: PlatformManagedObjectForward, PlatformLoggingMXBean {
   |            `- warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var PlatformLoggingMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:17:12: warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class PlatformManagedObjectForward: JNIObjectForward, PlatformManagedObject {
   |            `- warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var PlatformManagedObjectJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:8:12: warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Process ///
  7 |
  8 | open class Process: java_swift.JavaObject {
    |            `- warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ProcessBuilder ///
  7 |
  8 | open class ProcessBuilder: java_swift.JavaObject {
    |            `- warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[194/206] Compiling java_lang Number.swift
/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/Number.swift:8:12: warning: class 'Number' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Number ///
  7 |
  8 | open class Number: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'Number' must restate inherited '@unchecked Sendable' 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/OperatingSystemMXBean.swift:33:12: warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class OperatingSystemMXBeanForward: PlatformManagedObjectForward, OperatingSystemMXBean {
    |            `- warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var OperatingSystemMXBeanJNIClass: jclass?
/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/Override.swift:13:12: warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class OverrideForward: AnnotationForward, Override {
   |            `- warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var OverrideJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:8:12: warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Package ///
  7 |
  8 | open class Package: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:8:12: warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Parameter ///
  7 |
  8 | open class Parameter: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:25:12: warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class ParameterizedTypeForward: TypeForward, ParameterizedType {
   |            `- warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var ParameterizedTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:8:12: warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.PhantomReference ///
 7 |
 8 | open class PhantomReference: Reference {
   |            `- warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:29:12: warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class PlatformLoggingMXBeanForward: PlatformManagedObjectForward, PlatformLoggingMXBean {
   |            `- warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var PlatformLoggingMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:17:12: warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class PlatformManagedObjectForward: JNIObjectForward, PlatformManagedObject {
   |            `- warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var PlatformManagedObjectJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:8:12: warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Process ///
  7 |
  8 | open class Process: java_swift.JavaObject {
    |            `- warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ProcessBuilder ///
  7 |
  8 | open class ProcessBuilder: java_swift.JavaObject {
    |            `- warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[195/206] Compiling java_lang NumberFormatException.swift
/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/Number.swift:8:12: warning: class 'Number' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Number ///
  7 |
  8 | open class Number: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'Number' must restate inherited '@unchecked Sendable' 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/OperatingSystemMXBean.swift:33:12: warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class OperatingSystemMXBeanForward: PlatformManagedObjectForward, OperatingSystemMXBean {
    |            `- warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var OperatingSystemMXBeanJNIClass: jclass?
/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/Override.swift:13:12: warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class OverrideForward: AnnotationForward, Override {
   |            `- warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var OverrideJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:8:12: warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Package ///
  7 |
  8 | open class Package: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:8:12: warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Parameter ///
  7 |
  8 | open class Parameter: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:25:12: warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class ParameterizedTypeForward: TypeForward, ParameterizedType {
   |            `- warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var ParameterizedTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:8:12: warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.PhantomReference ///
 7 |
 8 | open class PhantomReference: Reference {
   |            `- warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:29:12: warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class PlatformLoggingMXBeanForward: PlatformManagedObjectForward, PlatformLoggingMXBean {
   |            `- warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var PlatformLoggingMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:17:12: warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class PlatformManagedObjectForward: JNIObjectForward, PlatformManagedObject {
   |            `- warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var PlatformManagedObjectJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:8:12: warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Process ///
  7 |
  8 | open class Process: java_swift.JavaObject {
    |            `- warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ProcessBuilder ///
  7 |
  8 | open class ProcessBuilder: java_swift.JavaObject {
    |            `- warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[196/206] Compiling java_lang OperatingSystemMXBean.swift
/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/Number.swift:8:12: warning: class 'Number' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Number ///
  7 |
  8 | open class Number: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'Number' must restate inherited '@unchecked Sendable' 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/OperatingSystemMXBean.swift:33:12: warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class OperatingSystemMXBeanForward: PlatformManagedObjectForward, OperatingSystemMXBean {
    |            `- warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var OperatingSystemMXBeanJNIClass: jclass?
/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/Override.swift:13:12: warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class OverrideForward: AnnotationForward, Override {
   |            `- warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var OverrideJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:8:12: warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Package ///
  7 |
  8 | open class Package: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:8:12: warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Parameter ///
  7 |
  8 | open class Parameter: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:25:12: warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class ParameterizedTypeForward: TypeForward, ParameterizedType {
   |            `- warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var ParameterizedTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:8:12: warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.PhantomReference ///
 7 |
 8 | open class PhantomReference: Reference {
   |            `- warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:29:12: warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class PlatformLoggingMXBeanForward: PlatformManagedObjectForward, PlatformLoggingMXBean {
   |            `- warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var PlatformLoggingMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:17:12: warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class PlatformManagedObjectForward: JNIObjectForward, PlatformManagedObject {
   |            `- warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var PlatformManagedObjectJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:8:12: warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Process ///
  7 |
  8 | open class Process: java_swift.JavaObject {
    |            `- warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ProcessBuilder ///
  7 |
  8 | open class ProcessBuilder: java_swift.JavaObject {
    |            `- warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[197/206] Compiling java_lang OutOfMemoryError.swift
/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/Number.swift:8:12: warning: class 'Number' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Number ///
  7 |
  8 | open class Number: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'Number' must restate inherited '@unchecked Sendable' 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/OperatingSystemMXBean.swift:33:12: warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class OperatingSystemMXBeanForward: PlatformManagedObjectForward, OperatingSystemMXBean {
    |            `- warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var OperatingSystemMXBeanJNIClass: jclass?
/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/Override.swift:13:12: warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class OverrideForward: AnnotationForward, Override {
   |            `- warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var OverrideJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:8:12: warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Package ///
  7 |
  8 | open class Package: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:8:12: warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Parameter ///
  7 |
  8 | open class Parameter: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:25:12: warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class ParameterizedTypeForward: TypeForward, ParameterizedType {
   |            `- warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var ParameterizedTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:8:12: warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.PhantomReference ///
 7 |
 8 | open class PhantomReference: Reference {
   |            `- warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:29:12: warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class PlatformLoggingMXBeanForward: PlatformManagedObjectForward, PlatformLoggingMXBean {
   |            `- warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var PlatformLoggingMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:17:12: warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class PlatformManagedObjectForward: JNIObjectForward, PlatformManagedObject {
   |            `- warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var PlatformManagedObjectJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:8:12: warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Process ///
  7 |
  8 | open class Process: java_swift.JavaObject {
    |            `- warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ProcessBuilder ///
  7 |
  8 | open class ProcessBuilder: java_swift.JavaObject {
    |            `- warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[198/206] Compiling java_lang Override.swift
/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/Number.swift:8:12: warning: class 'Number' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Number ///
  7 |
  8 | open class Number: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'Number' must restate inherited '@unchecked Sendable' 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/OperatingSystemMXBean.swift:33:12: warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class OperatingSystemMXBeanForward: PlatformManagedObjectForward, OperatingSystemMXBean {
    |            `- warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var OperatingSystemMXBeanJNIClass: jclass?
/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/Override.swift:13:12: warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class OverrideForward: AnnotationForward, Override {
   |            `- warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var OverrideJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:8:12: warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Package ///
  7 |
  8 | open class Package: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:8:12: warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Parameter ///
  7 |
  8 | open class Parameter: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:25:12: warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class ParameterizedTypeForward: TypeForward, ParameterizedType {
   |            `- warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var ParameterizedTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:8:12: warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.PhantomReference ///
 7 |
 8 | open class PhantomReference: Reference {
   |            `- warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:29:12: warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class PlatformLoggingMXBeanForward: PlatformManagedObjectForward, PlatformLoggingMXBean {
   |            `- warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var PlatformLoggingMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:17:12: warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class PlatformManagedObjectForward: JNIObjectForward, PlatformManagedObject {
   |            `- warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var PlatformManagedObjectJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:8:12: warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Process ///
  7 |
  8 | open class Process: java_swift.JavaObject {
    |            `- warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ProcessBuilder ///
  7 |
  8 | open class ProcessBuilder: java_swift.JavaObject {
    |            `- warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[199/206] Compiling java_lang Package.swift
/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/Number.swift:8:12: warning: class 'Number' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Number ///
  7 |
  8 | open class Number: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'Number' must restate inherited '@unchecked Sendable' 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/OperatingSystemMXBean.swift:33:12: warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class OperatingSystemMXBeanForward: PlatformManagedObjectForward, OperatingSystemMXBean {
    |            `- warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var OperatingSystemMXBeanJNIClass: jclass?
/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/Override.swift:13:12: warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class OverrideForward: AnnotationForward, Override {
   |            `- warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var OverrideJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:8:12: warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Package ///
  7 |
  8 | open class Package: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:8:12: warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Parameter ///
  7 |
  8 | open class Parameter: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:25:12: warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class ParameterizedTypeForward: TypeForward, ParameterizedType {
   |            `- warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var ParameterizedTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:8:12: warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.PhantomReference ///
 7 |
 8 | open class PhantomReference: Reference {
   |            `- warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:29:12: warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class PlatformLoggingMXBeanForward: PlatformManagedObjectForward, PlatformLoggingMXBean {
   |            `- warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var PlatformLoggingMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:17:12: warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class PlatformManagedObjectForward: JNIObjectForward, PlatformManagedObject {
   |            `- warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var PlatformManagedObjectJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:8:12: warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Process ///
  7 |
  8 | open class Process: java_swift.JavaObject {
    |            `- warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ProcessBuilder ///
  7 |
  8 | open class ProcessBuilder: java_swift.JavaObject {
    |            `- warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[200/206] Compiling java_lang Parameter.swift
/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/Number.swift:8:12: warning: class 'Number' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Number ///
  7 |
  8 | open class Number: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'Number' must restate inherited '@unchecked Sendable' 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/OperatingSystemMXBean.swift:33:12: warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class OperatingSystemMXBeanForward: PlatformManagedObjectForward, OperatingSystemMXBean {
    |            `- warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var OperatingSystemMXBeanJNIClass: jclass?
/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/Override.swift:13:12: warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class OverrideForward: AnnotationForward, Override {
   |            `- warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var OverrideJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:8:12: warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Package ///
  7 |
  8 | open class Package: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:8:12: warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Parameter ///
  7 |
  8 | open class Parameter: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:25:12: warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class ParameterizedTypeForward: TypeForward, ParameterizedType {
   |            `- warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var ParameterizedTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:8:12: warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.PhantomReference ///
 7 |
 8 | open class PhantomReference: Reference {
   |            `- warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:29:12: warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class PlatformLoggingMXBeanForward: PlatformManagedObjectForward, PlatformLoggingMXBean {
   |            `- warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var PlatformLoggingMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:17:12: warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class PlatformManagedObjectForward: JNIObjectForward, PlatformManagedObject {
   |            `- warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var PlatformManagedObjectJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:8:12: warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Process ///
  7 |
  8 | open class Process: java_swift.JavaObject {
    |            `- warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ProcessBuilder ///
  7 |
  8 | open class ProcessBuilder: java_swift.JavaObject {
    |            `- warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[201/206] Compiling java_lang ParameterizedType.swift
/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/Number.swift:8:12: warning: class 'Number' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Number ///
  7 |
  8 | open class Number: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'Number' must restate inherited '@unchecked Sendable' 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/OperatingSystemMXBean.swift:33:12: warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class OperatingSystemMXBeanForward: PlatformManagedObjectForward, OperatingSystemMXBean {
    |            `- warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var OperatingSystemMXBeanJNIClass: jclass?
/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/Override.swift:13:12: warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class OverrideForward: AnnotationForward, Override {
   |            `- warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var OverrideJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:8:12: warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Package ///
  7 |
  8 | open class Package: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:8:12: warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Parameter ///
  7 |
  8 | open class Parameter: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:25:12: warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class ParameterizedTypeForward: TypeForward, ParameterizedType {
   |            `- warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var ParameterizedTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:8:12: warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.PhantomReference ///
 7 |
 8 | open class PhantomReference: Reference {
   |            `- warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:29:12: warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class PlatformLoggingMXBeanForward: PlatformManagedObjectForward, PlatformLoggingMXBean {
   |            `- warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var PlatformLoggingMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:17:12: warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class PlatformManagedObjectForward: JNIObjectForward, PlatformManagedObject {
   |            `- warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var PlatformManagedObjectJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:8:12: warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Process ///
  7 |
  8 | open class Process: java_swift.JavaObject {
    |            `- warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ProcessBuilder ///
  7 |
  8 | open class ProcessBuilder: java_swift.JavaObject {
    |            `- warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[202/206] Compiling java_lang PhantomReference.swift
/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/Number.swift:8:12: warning: class 'Number' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Number ///
  7 |
  8 | open class Number: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'Number' must restate inherited '@unchecked Sendable' 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/OperatingSystemMXBean.swift:33:12: warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class OperatingSystemMXBeanForward: PlatformManagedObjectForward, OperatingSystemMXBean {
    |            `- warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var OperatingSystemMXBeanJNIClass: jclass?
/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/Override.swift:13:12: warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class OverrideForward: AnnotationForward, Override {
   |            `- warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var OverrideJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:8:12: warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Package ///
  7 |
  8 | open class Package: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:8:12: warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Parameter ///
  7 |
  8 | open class Parameter: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:25:12: warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class ParameterizedTypeForward: TypeForward, ParameterizedType {
   |            `- warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var ParameterizedTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:8:12: warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.PhantomReference ///
 7 |
 8 | open class PhantomReference: Reference {
   |            `- warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:29:12: warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class PlatformLoggingMXBeanForward: PlatformManagedObjectForward, PlatformLoggingMXBean {
   |            `- warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var PlatformLoggingMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:17:12: warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class PlatformManagedObjectForward: JNIObjectForward, PlatformManagedObject {
   |            `- warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var PlatformManagedObjectJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:8:12: warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Process ///
  7 |
  8 | open class Process: java_swift.JavaObject {
    |            `- warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ProcessBuilder ///
  7 |
  8 | open class ProcessBuilder: java_swift.JavaObject {
    |            `- warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[203/206] Compiling java_lang PlatformLoggingMXBean.swift
/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/Number.swift:8:12: warning: class 'Number' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Number ///
  7 |
  8 | open class Number: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'Number' must restate inherited '@unchecked Sendable' 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/OperatingSystemMXBean.swift:33:12: warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class OperatingSystemMXBeanForward: PlatformManagedObjectForward, OperatingSystemMXBean {
    |            `- warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var OperatingSystemMXBeanJNIClass: jclass?
/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/Override.swift:13:12: warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class OverrideForward: AnnotationForward, Override {
   |            `- warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var OverrideJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:8:12: warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Package ///
  7 |
  8 | open class Package: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:8:12: warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Parameter ///
  7 |
  8 | open class Parameter: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:25:12: warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class ParameterizedTypeForward: TypeForward, ParameterizedType {
   |            `- warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var ParameterizedTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:8:12: warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.PhantomReference ///
 7 |
 8 | open class PhantomReference: Reference {
   |            `- warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:29:12: warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class PlatformLoggingMXBeanForward: PlatformManagedObjectForward, PlatformLoggingMXBean {
   |            `- warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var PlatformLoggingMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:17:12: warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class PlatformManagedObjectForward: JNIObjectForward, PlatformManagedObject {
   |            `- warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var PlatformManagedObjectJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:8:12: warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Process ///
  7 |
  8 | open class Process: java_swift.JavaObject {
    |            `- warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ProcessBuilder ///
  7 |
  8 | open class ProcessBuilder: java_swift.JavaObject {
    |            `- warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[204/206] Compiling java_lang PlatformManagedObject.swift
/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/Number.swift:8:12: warning: class 'Number' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Number ///
  7 |
  8 | open class Number: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'Number' must restate inherited '@unchecked Sendable' 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/OperatingSystemMXBean.swift:33:12: warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class OperatingSystemMXBeanForward: PlatformManagedObjectForward, OperatingSystemMXBean {
    |            `- warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var OperatingSystemMXBeanJNIClass: jclass?
/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/Override.swift:13:12: warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class OverrideForward: AnnotationForward, Override {
   |            `- warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var OverrideJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:8:12: warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Package ///
  7 |
  8 | open class Package: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:8:12: warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Parameter ///
  7 |
  8 | open class Parameter: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:25:12: warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class ParameterizedTypeForward: TypeForward, ParameterizedType {
   |            `- warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var ParameterizedTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:8:12: warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.PhantomReference ///
 7 |
 8 | open class PhantomReference: Reference {
   |            `- warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:29:12: warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class PlatformLoggingMXBeanForward: PlatformManagedObjectForward, PlatformLoggingMXBean {
   |            `- warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var PlatformLoggingMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:17:12: warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class PlatformManagedObjectForward: JNIObjectForward, PlatformManagedObject {
   |            `- warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var PlatformManagedObjectJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:8:12: warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Process ///
  7 |
  8 | open class Process: java_swift.JavaObject {
    |            `- warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ProcessBuilder ///
  7 |
  8 | open class ProcessBuilder: java_swift.JavaObject {
    |            `- warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[205/206] Compiling java_lang Process.swift
/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/Number.swift:8:12: warning: class 'Number' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Number ///
  7 |
  8 | open class Number: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'Number' must restate inherited '@unchecked Sendable' 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/OperatingSystemMXBean.swift:33:12: warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class OperatingSystemMXBeanForward: PlatformManagedObjectForward, OperatingSystemMXBean {
    |            `- warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var OperatingSystemMXBeanJNIClass: jclass?
/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/Override.swift:13:12: warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class OverrideForward: AnnotationForward, Override {
   |            `- warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var OverrideJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:8:12: warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Package ///
  7 |
  8 | open class Package: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:8:12: warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Parameter ///
  7 |
  8 | open class Parameter: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:25:12: warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class ParameterizedTypeForward: TypeForward, ParameterizedType {
   |            `- warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var ParameterizedTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:8:12: warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.PhantomReference ///
 7 |
 8 | open class PhantomReference: Reference {
   |            `- warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:29:12: warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class PlatformLoggingMXBeanForward: PlatformManagedObjectForward, PlatformLoggingMXBean {
   |            `- warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var PlatformLoggingMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:17:12: warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class PlatformManagedObjectForward: JNIObjectForward, PlatformManagedObject {
   |            `- warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var PlatformManagedObjectJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:8:12: warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Process ///
  7 |
  8 | open class Process: java_swift.JavaObject {
    |            `- warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ProcessBuilder ///
  7 |
  8 | open class ProcessBuilder: java_swift.JavaObject {
    |            `- warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[206/206] Compiling java_lang ProcessBuilder.swift
/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/Number.swift:8:12: warning: class 'Number' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Number ///
  7 |
  8 | open class Number: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'Number' must restate inherited '@unchecked Sendable' 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/OperatingSystemMXBean.swift:33:12: warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class OperatingSystemMXBeanForward: PlatformManagedObjectForward, OperatingSystemMXBean {
    |            `- warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var OperatingSystemMXBeanJNIClass: jclass?
/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/Override.swift:13:12: warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class OverrideForward: AnnotationForward, Override {
   |            `- warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var OverrideJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:8:12: warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Package ///
  7 |
  8 | open class Package: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:8:12: warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Parameter ///
  7 |
  8 | open class Parameter: java_swift.JavaObject, AnnotatedElement {
    |            `- warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:25:12: warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class ParameterizedTypeForward: TypeForward, ParameterizedType {
   |            `- warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var ParameterizedTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:8:12: warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.PhantomReference ///
 7 |
 8 | open class PhantomReference: Reference {
   |            `- warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:29:12: warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
27 |
28 |
29 | open class PlatformLoggingMXBeanForward: PlatformManagedObjectForward, PlatformLoggingMXBean {
   |            `- warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
30 |
31 |     private static var PlatformLoggingMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:17:12: warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class PlatformManagedObjectForward: JNIObjectForward, PlatformManagedObject {
   |            `- warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var PlatformManagedObjectJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:8:12: warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Process ///
  7 |
  8 | open class Process: java_swift.JavaObject {
    |            `- warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ProcessBuilder ///
  7 |
  8 | open class ProcessBuilder: java_swift.JavaObject {
    |            `- warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
Build complete! (12.58s)
Fetching https://github.com/PureSwift/java_swift.git
[1/398] Fetching java_swift
Fetched https://github.com/PureSwift/java_swift.git from cache (0.79s)
Fetching https://github.com/PureSwift/CJavaVM.git
[1/58] Fetching cjavavm
Fetched https://github.com/PureSwift/CJavaVM.git from cache (0.60s)
Creating working copy for https://github.com/PureSwift/CJavaVM.git
Working copy of https://github.com/PureSwift/CJavaVM.git resolved at master (3b19893)
Creating working copy for https://github.com/PureSwift/java_swift.git
Working copy of https://github.com/PureSwift/java_swift.git resolved at master (ebf330e)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "java_swift",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PureSwift/java_swift.git"
    }
  ],
  "manifest_display_name" : "java_lang",
  "name" : "java_lang",
  "path" : "/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.7"
}
Done.