The Swift Package Index logo.Swift Package Index

Build Information

Successful build of java_lang, reference master (9ec60a), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 09:09:54 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

11 |
12 |
13 | open class NativeForward: AnnotationForward, Native {
   |            `- warning: class 'NativeForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var NativeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/NegativeArraySizeException.swift:8:12: warning: class 'NegativeArraySizeException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.NegativeArraySizeException ///
 7 |
 8 | open class NegativeArraySizeException: RuntimeException {
   |            `- warning: class 'NegativeArraySizeException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/NoClassDefFoundError.swift:8:12: warning: class 'NoClassDefFoundError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.NoClassDefFoundError ///
 7 |
 8 | open class NoClassDefFoundError: LinkageError {
   |            `- warning: class 'NoClassDefFoundError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[186/206] Compiling java_lang Native.swift
/Users/admin/builder/spi-builder-workspace/Sources/MemoryManagerMXBean.swift:25:12: warning: class 'MemoryManagerMXBeanForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class MemoryManagerMXBeanForward: PlatformManagedObjectForward, MemoryManagerMXBean {
   |            `- warning: class 'MemoryManagerMXBeanForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var MemoryManagerMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/MemoryNotificationInfo.swift:8:12: warning: class 'MemoryNotificationInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.MemoryNotificationInfo ///
  7 |
  8 | open class MemoryNotificationInfo: java_swift.JavaObject {
    |            `- warning: class 'MemoryNotificationInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MemoryPoolMXBean.swift:85:12: warning: class 'MemoryPoolMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 83 |
 84 |
 85 | open class MemoryPoolMXBeanForward: PlatformManagedObjectForward, MemoryPoolMXBean {
    |            `- warning: class 'MemoryPoolMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 86 |
 87 |     private static var MemoryPoolMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/MemoryType.swift:53:12: warning: class 'MemoryTypeForward' must restate inherited '@unchecked Sendable' conformance
 51 |
 52 |
 53 | open class MemoryTypeForward: JNIObjectForward {
    |            `- warning: class 'MemoryTypeForward' must restate inherited '@unchecked Sendable' conformance
 54 |
 55 |     private static var MemoryTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/MemoryUsage.swift:8:12: warning: class 'MemoryUsage' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.MemoryUsage ///
  7 |
  8 | open class MemoryUsage: java_swift.JavaObject {
    |            `- warning: class 'MemoryUsage' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Method.swift:8:12: warning: class 'Method' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Method ///
  7 |
  8 | open class Method: Executable {
    |            `- warning: class 'Method' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MethodHandle.swift:8:12: warning: class 'MethodHandle' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.MethodHandle ///
  7 |
  8 | open class MethodHandle: java_swift.JavaObject {
    |            `- warning: class 'MethodHandle' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MethodHandleInfo.swift:85:12: warning: class 'MethodHandleInfoForward' must restate inherited '@unchecked Sendable' conformance
 83 |
 84 |
 85 | open class MethodHandleInfoForward: JNIObjectForward, MethodHandleInfo {
    |            `- warning: class 'MethodHandleInfoForward' must restate inherited '@unchecked Sendable' conformance
 86 |
 87 |     private static var MethodHandleInfoJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/MethodHandleProxies.swift:8:12: warning: class 'MethodHandleProxies' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.MethodHandleProxies ///
  7 |
  8 | open class MethodHandleProxies: java_swift.JavaObject {
    |            `- warning: class 'MethodHandleProxies' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MethodHandles.swift:8:12: warning: class 'MethodHandles' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.MethodHandles ///
  7 |
  8 | open class MethodHandles: java_swift.JavaObject {
    |            `- warning: class 'MethodHandles' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MethodHandles_Lookup.swift:8:12: warning: class 'MethodHandles_Lookup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.MethodHandles$Lookup ///
  7 |
  8 | open class MethodHandles_Lookup: java_swift.JavaObject {
    |            `- warning: class 'MethodHandles_Lookup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MethodType.swift:8:12: warning: class 'MethodType' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.MethodType ///
  7 |
  8 | open class MethodType: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'MethodType' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Modifier.swift:8:12: warning: class 'Modifier' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Modifier ///
  7 |
  8 | open class Modifier: java_swift.JavaObject {
    |            `- warning: class 'Modifier' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MonitorInfo.swift:8:12: warning: class 'MonitorInfo' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.management.MonitorInfo ///
 7 |
 8 | open class MonitorInfo: LockInfo {
   |            `- warning: class 'MonitorInfo' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MutableCallSite.swift:8:12: warning: class 'MutableCallSite' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.MutableCallSite ///
  7 |
  8 | open class MutableCallSite: CallSite {
    |            `- warning: class 'MutableCallSite' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Native.swift:13:12: warning: class 'NativeForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class NativeForward: AnnotationForward, Native {
   |            `- warning: class 'NativeForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var NativeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/NegativeArraySizeException.swift:8:12: warning: class 'NegativeArraySizeException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.NegativeArraySizeException ///
 7 |
 8 | open class NegativeArraySizeException: RuntimeException {
   |            `- warning: class 'NegativeArraySizeException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/NoClassDefFoundError.swift:8:12: warning: class 'NoClassDefFoundError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.NoClassDefFoundError ///
 7 |
 8 | open class NoClassDefFoundError: LinkageError {
   |            `- warning: class 'NoClassDefFoundError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[187/206] Compiling java_lang NegativeArraySizeException.swift
/Users/admin/builder/spi-builder-workspace/Sources/MemoryManagerMXBean.swift:25:12: warning: class 'MemoryManagerMXBeanForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class MemoryManagerMXBeanForward: PlatformManagedObjectForward, MemoryManagerMXBean {
   |            `- warning: class 'MemoryManagerMXBeanForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var MemoryManagerMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/MemoryNotificationInfo.swift:8:12: warning: class 'MemoryNotificationInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.MemoryNotificationInfo ///
  7 |
  8 | open class MemoryNotificationInfo: java_swift.JavaObject {
    |            `- warning: class 'MemoryNotificationInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MemoryPoolMXBean.swift:85:12: warning: class 'MemoryPoolMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 83 |
 84 |
 85 | open class MemoryPoolMXBeanForward: PlatformManagedObjectForward, MemoryPoolMXBean {
    |            `- warning: class 'MemoryPoolMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 86 |
 87 |     private static var MemoryPoolMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/MemoryType.swift:53:12: warning: class 'MemoryTypeForward' must restate inherited '@unchecked Sendable' conformance
 51 |
 52 |
 53 | open class MemoryTypeForward: JNIObjectForward {
    |            `- warning: class 'MemoryTypeForward' must restate inherited '@unchecked Sendable' conformance
 54 |
 55 |     private static var MemoryTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/MemoryUsage.swift:8:12: warning: class 'MemoryUsage' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.MemoryUsage ///
  7 |
  8 | open class MemoryUsage: java_swift.JavaObject {
    |            `- warning: class 'MemoryUsage' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Method.swift:8:12: warning: class 'Method' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Method ///
  7 |
  8 | open class Method: Executable {
    |            `- warning: class 'Method' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MethodHandle.swift:8:12: warning: class 'MethodHandle' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.MethodHandle ///
  7 |
  8 | open class MethodHandle: java_swift.JavaObject {
    |            `- warning: class 'MethodHandle' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MethodHandleInfo.swift:85:12: warning: class 'MethodHandleInfoForward' must restate inherited '@unchecked Sendable' conformance
 83 |
 84 |
 85 | open class MethodHandleInfoForward: JNIObjectForward, MethodHandleInfo {
    |            `- warning: class 'MethodHandleInfoForward' must restate inherited '@unchecked Sendable' conformance
 86 |
 87 |     private static var MethodHandleInfoJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/MethodHandleProxies.swift:8:12: warning: class 'MethodHandleProxies' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.MethodHandleProxies ///
  7 |
  8 | open class MethodHandleProxies: java_swift.JavaObject {
    |            `- warning: class 'MethodHandleProxies' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MethodHandles.swift:8:12: warning: class 'MethodHandles' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.MethodHandles ///
  7 |
  8 | open class MethodHandles: java_swift.JavaObject {
    |            `- warning: class 'MethodHandles' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MethodHandles_Lookup.swift:8:12: warning: class 'MethodHandles_Lookup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.MethodHandles$Lookup ///
  7 |
  8 | open class MethodHandles_Lookup: java_swift.JavaObject {
    |            `- warning: class 'MethodHandles_Lookup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MethodType.swift:8:12: warning: class 'MethodType' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.MethodType ///
  7 |
  8 | open class MethodType: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'MethodType' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Modifier.swift:8:12: warning: class 'Modifier' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Modifier ///
  7 |
  8 | open class Modifier: java_swift.JavaObject {
    |            `- warning: class 'Modifier' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MonitorInfo.swift:8:12: warning: class 'MonitorInfo' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.management.MonitorInfo ///
 7 |
 8 | open class MonitorInfo: LockInfo {
   |            `- warning: class 'MonitorInfo' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MutableCallSite.swift:8:12: warning: class 'MutableCallSite' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.MutableCallSite ///
  7 |
  8 | open class MutableCallSite: CallSite {
    |            `- warning: class 'MutableCallSite' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Native.swift:13:12: warning: class 'NativeForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class NativeForward: AnnotationForward, Native {
   |            `- warning: class 'NativeForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var NativeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/NegativeArraySizeException.swift:8:12: warning: class 'NegativeArraySizeException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.NegativeArraySizeException ///
 7 |
 8 | open class NegativeArraySizeException: RuntimeException {
   |            `- warning: class 'NegativeArraySizeException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/NoClassDefFoundError.swift:8:12: warning: class 'NoClassDefFoundError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.NoClassDefFoundError ///
 7 |
 8 | open class NoClassDefFoundError: LinkageError {
   |            `- warning: class 'NoClassDefFoundError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[188/206] Compiling java_lang NoClassDefFoundError.swift
/Users/admin/builder/spi-builder-workspace/Sources/MemoryManagerMXBean.swift:25:12: warning: class 'MemoryManagerMXBeanForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class MemoryManagerMXBeanForward: PlatformManagedObjectForward, MemoryManagerMXBean {
   |            `- warning: class 'MemoryManagerMXBeanForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var MemoryManagerMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/MemoryNotificationInfo.swift:8:12: warning: class 'MemoryNotificationInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.MemoryNotificationInfo ///
  7 |
  8 | open class MemoryNotificationInfo: java_swift.JavaObject {
    |            `- warning: class 'MemoryNotificationInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MemoryPoolMXBean.swift:85:12: warning: class 'MemoryPoolMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 83 |
 84 |
 85 | open class MemoryPoolMXBeanForward: PlatformManagedObjectForward, MemoryPoolMXBean {
    |            `- warning: class 'MemoryPoolMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 86 |
 87 |     private static var MemoryPoolMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/MemoryType.swift:53:12: warning: class 'MemoryTypeForward' must restate inherited '@unchecked Sendable' conformance
 51 |
 52 |
 53 | open class MemoryTypeForward: JNIObjectForward {
    |            `- warning: class 'MemoryTypeForward' must restate inherited '@unchecked Sendable' conformance
 54 |
 55 |     private static var MemoryTypeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/MemoryUsage.swift:8:12: warning: class 'MemoryUsage' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.MemoryUsage ///
  7 |
  8 | open class MemoryUsage: java_swift.JavaObject {
    |            `- warning: class 'MemoryUsage' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Method.swift:8:12: warning: class 'Method' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Method ///
  7 |
  8 | open class Method: Executable {
    |            `- warning: class 'Method' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MethodHandle.swift:8:12: warning: class 'MethodHandle' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.MethodHandle ///
  7 |
  8 | open class MethodHandle: java_swift.JavaObject {
    |            `- warning: class 'MethodHandle' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MethodHandleInfo.swift:85:12: warning: class 'MethodHandleInfoForward' must restate inherited '@unchecked Sendable' conformance
 83 |
 84 |
 85 | open class MethodHandleInfoForward: JNIObjectForward, MethodHandleInfo {
    |            `- warning: class 'MethodHandleInfoForward' must restate inherited '@unchecked Sendable' conformance
 86 |
 87 |     private static var MethodHandleInfoJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/MethodHandleProxies.swift:8:12: warning: class 'MethodHandleProxies' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.MethodHandleProxies ///
  7 |
  8 | open class MethodHandleProxies: java_swift.JavaObject {
    |            `- warning: class 'MethodHandleProxies' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MethodHandles.swift:8:12: warning: class 'MethodHandles' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.MethodHandles ///
  7 |
  8 | open class MethodHandles: java_swift.JavaObject {
    |            `- warning: class 'MethodHandles' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MethodHandles_Lookup.swift:8:12: warning: class 'MethodHandles_Lookup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.MethodHandles$Lookup ///
  7 |
  8 | open class MethodHandles_Lookup: java_swift.JavaObject {
    |            `- warning: class 'MethodHandles_Lookup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MethodType.swift:8:12: warning: class 'MethodType' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.MethodType ///
  7 |
  8 | open class MethodType: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'MethodType' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Modifier.swift:8:12: warning: class 'Modifier' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Modifier ///
  7 |
  8 | open class Modifier: java_swift.JavaObject {
    |            `- warning: class 'Modifier' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MonitorInfo.swift:8:12: warning: class 'MonitorInfo' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.management.MonitorInfo ///
 7 |
 8 | open class MonitorInfo: LockInfo {
   |            `- warning: class 'MonitorInfo' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/MutableCallSite.swift:8:12: warning: class 'MutableCallSite' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.invoke.MutableCallSite ///
  7 |
  8 | open class MutableCallSite: CallSite {
    |            `- warning: class 'MutableCallSite' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Native.swift:13:12: warning: class 'NativeForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class NativeForward: AnnotationForward, Native {
   |            `- warning: class 'NativeForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var NativeJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/NegativeArraySizeException.swift:8:12: warning: class 'NegativeArraySizeException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.NegativeArraySizeException ///
 7 |
 8 | open class NegativeArraySizeException: RuntimeException {
   |            `- warning: class 'NegativeArraySizeException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/NoClassDefFoundError.swift:8:12: warning: class 'NoClassDefFoundError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.NoClassDefFoundError ///
 7 |
 8 | open class NoClassDefFoundError: LinkageError {
   |            `- warning: class 'NoClassDefFoundError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[189/206] Compiling java_lang Short.swift
/Users/admin/builder/spi-builder-workspace/Sources/Short.swift:8:12: warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Short ///
  7 |
  8 | open class Short: Number, JavaComparable {
    |            `- warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SoftReference.swift:8:12: warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.SoftReference ///
 7 |
 8 | open class SoftReference: Reference {
   |            `- warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackTraceElement.swift:8:12: warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StackTraceElement ///
  7 |
  8 | open class StackTraceElement: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StrictMath.swift:8:12: warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StrictMath ///
   7 |
   8 | open class StrictMath: java_swift.JavaObject {
     |            `- warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SuppressWarnings.swift:17:12: warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class SuppressWarningsForward: AnnotationForward, SuppressWarnings {
   |            `- warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var SuppressWarningsJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/SwitchPoint.swift:8:12: warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.SwitchPoint ///
 7 |
 8 | open class SwitchPoint: java_swift.JavaObject {
   |            `- warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/System.swift:8:12: warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.System ///
  7 |
  8 | open class System: java_swift.JavaObject {
    |            `- warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Target.swift:17:12: warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class TargetForward: AnnotationForward, Target {
   |            `- warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var TargetJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadGroup.swift:8:12: warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadGroup ///
  7 |
  8 | open class ThreadGroup: java_swift.JavaObject, Thread_UncaughtExceptionHandler {
    |            `- warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadInfo.swift:8:12: warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.ThreadInfo ///
  7 |
  8 | open class ThreadInfo: java_swift.JavaObject {
    |            `- warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocal.swift:8:12: warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadLocal ///
  7 |
  8 | open class ThreadLocal: java_swift.JavaObject {
    |            `- warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadMXBean.swift:121:12: warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
119 |
120 |
121 | open class ThreadMXBeanForward: PlatformManagedObjectForward, ThreadMXBean {
    |            `- warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
122 |
123 |     private static var ThreadMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Thread_State.swift:49:12: warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |
 49 | open class Thread_StateForward: JNIObjectForward {
    |            `- warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 50 |
 51 |     private static var Thread_StateJNIClass: jclass?
[190/206] Compiling java_lang SoftReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/Short.swift:8:12: warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Short ///
  7 |
  8 | open class Short: Number, JavaComparable {
    |            `- warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SoftReference.swift:8:12: warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.SoftReference ///
 7 |
 8 | open class SoftReference: Reference {
   |            `- warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackTraceElement.swift:8:12: warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StackTraceElement ///
  7 |
  8 | open class StackTraceElement: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StrictMath.swift:8:12: warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StrictMath ///
   7 |
   8 | open class StrictMath: java_swift.JavaObject {
     |            `- warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SuppressWarnings.swift:17:12: warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class SuppressWarningsForward: AnnotationForward, SuppressWarnings {
   |            `- warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var SuppressWarningsJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/SwitchPoint.swift:8:12: warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.SwitchPoint ///
 7 |
 8 | open class SwitchPoint: java_swift.JavaObject {
   |            `- warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/System.swift:8:12: warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.System ///
  7 |
  8 | open class System: java_swift.JavaObject {
    |            `- warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Target.swift:17:12: warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class TargetForward: AnnotationForward, Target {
   |            `- warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var TargetJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadGroup.swift:8:12: warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadGroup ///
  7 |
  8 | open class ThreadGroup: java_swift.JavaObject, Thread_UncaughtExceptionHandler {
    |            `- warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadInfo.swift:8:12: warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.ThreadInfo ///
  7 |
  8 | open class ThreadInfo: java_swift.JavaObject {
    |            `- warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocal.swift:8:12: warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadLocal ///
  7 |
  8 | open class ThreadLocal: java_swift.JavaObject {
    |            `- warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadMXBean.swift:121:12: warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
119 |
120 |
121 | open class ThreadMXBeanForward: PlatformManagedObjectForward, ThreadMXBean {
    |            `- warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
122 |
123 |     private static var ThreadMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Thread_State.swift:49:12: warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |
 49 | open class Thread_StateForward: JNIObjectForward {
    |            `- warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 50 |
 51 |     private static var Thread_StateJNIClass: jclass?
[191/206] Compiling java_lang StackOverflowError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Short.swift:8:12: warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Short ///
  7 |
  8 | open class Short: Number, JavaComparable {
    |            `- warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SoftReference.swift:8:12: warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.SoftReference ///
 7 |
 8 | open class SoftReference: Reference {
   |            `- warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackTraceElement.swift:8:12: warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StackTraceElement ///
  7 |
  8 | open class StackTraceElement: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StrictMath.swift:8:12: warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StrictMath ///
   7 |
   8 | open class StrictMath: java_swift.JavaObject {
     |            `- warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SuppressWarnings.swift:17:12: warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class SuppressWarningsForward: AnnotationForward, SuppressWarnings {
   |            `- warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var SuppressWarningsJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/SwitchPoint.swift:8:12: warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.SwitchPoint ///
 7 |
 8 | open class SwitchPoint: java_swift.JavaObject {
   |            `- warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/System.swift:8:12: warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.System ///
  7 |
  8 | open class System: java_swift.JavaObject {
    |            `- warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Target.swift:17:12: warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class TargetForward: AnnotationForward, Target {
   |            `- warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var TargetJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadGroup.swift:8:12: warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadGroup ///
  7 |
  8 | open class ThreadGroup: java_swift.JavaObject, Thread_UncaughtExceptionHandler {
    |            `- warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadInfo.swift:8:12: warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.ThreadInfo ///
  7 |
  8 | open class ThreadInfo: java_swift.JavaObject {
    |            `- warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocal.swift:8:12: warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadLocal ///
  7 |
  8 | open class ThreadLocal: java_swift.JavaObject {
    |            `- warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadMXBean.swift:121:12: warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
119 |
120 |
121 | open class ThreadMXBeanForward: PlatformManagedObjectForward, ThreadMXBean {
    |            `- warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
122 |
123 |     private static var ThreadMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Thread_State.swift:49:12: warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |
 49 | open class Thread_StateForward: JNIObjectForward {
    |            `- warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 50 |
 51 |     private static var Thread_StateJNIClass: jclass?
[192/206] Compiling java_lang StackTraceElement.swift
/Users/admin/builder/spi-builder-workspace/Sources/Short.swift:8:12: warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Short ///
  7 |
  8 | open class Short: Number, JavaComparable {
    |            `- warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SoftReference.swift:8:12: warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.SoftReference ///
 7 |
 8 | open class SoftReference: Reference {
   |            `- warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackTraceElement.swift:8:12: warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StackTraceElement ///
  7 |
  8 | open class StackTraceElement: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StrictMath.swift:8:12: warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StrictMath ///
   7 |
   8 | open class StrictMath: java_swift.JavaObject {
     |            `- warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SuppressWarnings.swift:17:12: warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class SuppressWarningsForward: AnnotationForward, SuppressWarnings {
   |            `- warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var SuppressWarningsJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/SwitchPoint.swift:8:12: warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.SwitchPoint ///
 7 |
 8 | open class SwitchPoint: java_swift.JavaObject {
   |            `- warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/System.swift:8:12: warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.System ///
  7 |
  8 | open class System: java_swift.JavaObject {
    |            `- warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Target.swift:17:12: warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class TargetForward: AnnotationForward, Target {
   |            `- warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var TargetJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadGroup.swift:8:12: warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadGroup ///
  7 |
  8 | open class ThreadGroup: java_swift.JavaObject, Thread_UncaughtExceptionHandler {
    |            `- warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadInfo.swift:8:12: warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.ThreadInfo ///
  7 |
  8 | open class ThreadInfo: java_swift.JavaObject {
    |            `- warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocal.swift:8:12: warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadLocal ///
  7 |
  8 | open class ThreadLocal: java_swift.JavaObject {
    |            `- warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadMXBean.swift:121:12: warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
119 |
120 |
121 | open class ThreadMXBeanForward: PlatformManagedObjectForward, ThreadMXBean {
    |            `- warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
122 |
123 |     private static var ThreadMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Thread_State.swift:49:12: warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |
 49 | open class Thread_StateForward: JNIObjectForward {
    |            `- warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 50 |
 51 |     private static var Thread_StateJNIClass: jclass?
[193/206] Compiling java_lang StrictMath.swift
/Users/admin/builder/spi-builder-workspace/Sources/Short.swift:8:12: warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Short ///
  7 |
  8 | open class Short: Number, JavaComparable {
    |            `- warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SoftReference.swift:8:12: warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.SoftReference ///
 7 |
 8 | open class SoftReference: Reference {
   |            `- warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackTraceElement.swift:8:12: warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StackTraceElement ///
  7 |
  8 | open class StackTraceElement: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StrictMath.swift:8:12: warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StrictMath ///
   7 |
   8 | open class StrictMath: java_swift.JavaObject {
     |            `- warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SuppressWarnings.swift:17:12: warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class SuppressWarningsForward: AnnotationForward, SuppressWarnings {
   |            `- warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var SuppressWarningsJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/SwitchPoint.swift:8:12: warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.SwitchPoint ///
 7 |
 8 | open class SwitchPoint: java_swift.JavaObject {
   |            `- warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/System.swift:8:12: warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.System ///
  7 |
  8 | open class System: java_swift.JavaObject {
    |            `- warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Target.swift:17:12: warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class TargetForward: AnnotationForward, Target {
   |            `- warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var TargetJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadGroup.swift:8:12: warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadGroup ///
  7 |
  8 | open class ThreadGroup: java_swift.JavaObject, Thread_UncaughtExceptionHandler {
    |            `- warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadInfo.swift:8:12: warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.ThreadInfo ///
  7 |
  8 | open class ThreadInfo: java_swift.JavaObject {
    |            `- warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocal.swift:8:12: warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadLocal ///
  7 |
  8 | open class ThreadLocal: java_swift.JavaObject {
    |            `- warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadMXBean.swift:121:12: warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
119 |
120 |
121 | open class ThreadMXBeanForward: PlatformManagedObjectForward, ThreadMXBean {
    |            `- warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
122 |
123 |     private static var ThreadMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Thread_State.swift:49:12: warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |
 49 | open class Thread_StateForward: JNIObjectForward {
    |            `- warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 50 |
 51 |     private static var Thread_StateJNIClass: jclass?
[194/206] Compiling java_lang StringBuffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Short.swift:8:12: warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Short ///
  7 |
  8 | open class Short: Number, JavaComparable {
    |            `- warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SoftReference.swift:8:12: warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.SoftReference ///
 7 |
 8 | open class SoftReference: Reference {
   |            `- warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackTraceElement.swift:8:12: warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StackTraceElement ///
  7 |
  8 | open class StackTraceElement: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StrictMath.swift:8:12: warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StrictMath ///
   7 |
   8 | open class StrictMath: java_swift.JavaObject {
     |            `- warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SuppressWarnings.swift:17:12: warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class SuppressWarningsForward: AnnotationForward, SuppressWarnings {
   |            `- warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var SuppressWarningsJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/SwitchPoint.swift:8:12: warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.SwitchPoint ///
 7 |
 8 | open class SwitchPoint: java_swift.JavaObject {
   |            `- warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/System.swift:8:12: warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.System ///
  7 |
  8 | open class System: java_swift.JavaObject {
    |            `- warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Target.swift:17:12: warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class TargetForward: AnnotationForward, Target {
   |            `- warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var TargetJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadGroup.swift:8:12: warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadGroup ///
  7 |
  8 | open class ThreadGroup: java_swift.JavaObject, Thread_UncaughtExceptionHandler {
    |            `- warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadInfo.swift:8:12: warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.ThreadInfo ///
  7 |
  8 | open class ThreadInfo: java_swift.JavaObject {
    |            `- warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocal.swift:8:12: warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadLocal ///
  7 |
  8 | open class ThreadLocal: java_swift.JavaObject {
    |            `- warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadMXBean.swift:121:12: warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
119 |
120 |
121 | open class ThreadMXBeanForward: PlatformManagedObjectForward, ThreadMXBean {
    |            `- warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
122 |
123 |     private static var ThreadMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Thread_State.swift:49:12: warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |
 49 | open class Thread_StateForward: JNIObjectForward {
    |            `- warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 50 |
 51 |     private static var Thread_StateJNIClass: jclass?
[195/206] Compiling java_lang StringBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Short.swift:8:12: warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Short ///
  7 |
  8 | open class Short: Number, JavaComparable {
    |            `- warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SoftReference.swift:8:12: warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.SoftReference ///
 7 |
 8 | open class SoftReference: Reference {
   |            `- warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackTraceElement.swift:8:12: warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StackTraceElement ///
  7 |
  8 | open class StackTraceElement: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StrictMath.swift:8:12: warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StrictMath ///
   7 |
   8 | open class StrictMath: java_swift.JavaObject {
     |            `- warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SuppressWarnings.swift:17:12: warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class SuppressWarningsForward: AnnotationForward, SuppressWarnings {
   |            `- warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var SuppressWarningsJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/SwitchPoint.swift:8:12: warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.SwitchPoint ///
 7 |
 8 | open class SwitchPoint: java_swift.JavaObject {
   |            `- warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/System.swift:8:12: warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.System ///
  7 |
  8 | open class System: java_swift.JavaObject {
    |            `- warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Target.swift:17:12: warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class TargetForward: AnnotationForward, Target {
   |            `- warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var TargetJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadGroup.swift:8:12: warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadGroup ///
  7 |
  8 | open class ThreadGroup: java_swift.JavaObject, Thread_UncaughtExceptionHandler {
    |            `- warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadInfo.swift:8:12: warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.ThreadInfo ///
  7 |
  8 | open class ThreadInfo: java_swift.JavaObject {
    |            `- warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocal.swift:8:12: warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadLocal ///
  7 |
  8 | open class ThreadLocal: java_swift.JavaObject {
    |            `- warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadMXBean.swift:121:12: warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
119 |
120 |
121 | open class ThreadMXBeanForward: PlatformManagedObjectForward, ThreadMXBean {
    |            `- warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
122 |
123 |     private static var ThreadMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Thread_State.swift:49:12: warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |
 49 | open class Thread_StateForward: JNIObjectForward {
    |            `- warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 50 |
 51 |     private static var Thread_StateJNIClass: jclass?
[196/206] Compiling java_lang StringIndexOutOfBoundsException.swift
/Users/admin/builder/spi-builder-workspace/Sources/Short.swift:8:12: warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Short ///
  7 |
  8 | open class Short: Number, JavaComparable {
    |            `- warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SoftReference.swift:8:12: warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.SoftReference ///
 7 |
 8 | open class SoftReference: Reference {
   |            `- warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackTraceElement.swift:8:12: warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StackTraceElement ///
  7 |
  8 | open class StackTraceElement: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StrictMath.swift:8:12: warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StrictMath ///
   7 |
   8 | open class StrictMath: java_swift.JavaObject {
     |            `- warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SuppressWarnings.swift:17:12: warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class SuppressWarningsForward: AnnotationForward, SuppressWarnings {
   |            `- warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var SuppressWarningsJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/SwitchPoint.swift:8:12: warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.SwitchPoint ///
 7 |
 8 | open class SwitchPoint: java_swift.JavaObject {
   |            `- warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/System.swift:8:12: warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.System ///
  7 |
  8 | open class System: java_swift.JavaObject {
    |            `- warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Target.swift:17:12: warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class TargetForward: AnnotationForward, Target {
   |            `- warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var TargetJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadGroup.swift:8:12: warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadGroup ///
  7 |
  8 | open class ThreadGroup: java_swift.JavaObject, Thread_UncaughtExceptionHandler {
    |            `- warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadInfo.swift:8:12: warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.ThreadInfo ///
  7 |
  8 | open class ThreadInfo: java_swift.JavaObject {
    |            `- warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocal.swift:8:12: warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadLocal ///
  7 |
  8 | open class ThreadLocal: java_swift.JavaObject {
    |            `- warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadMXBean.swift:121:12: warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
119 |
120 |
121 | open class ThreadMXBeanForward: PlatformManagedObjectForward, ThreadMXBean {
    |            `- warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
122 |
123 |     private static var ThreadMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Thread_State.swift:49:12: warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |
 49 | open class Thread_StateForward: JNIObjectForward {
    |            `- warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 50 |
 51 |     private static var Thread_StateJNIClass: jclass?
[197/206] Compiling java_lang SuppressWarnings.swift
/Users/admin/builder/spi-builder-workspace/Sources/Short.swift:8:12: warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Short ///
  7 |
  8 | open class Short: Number, JavaComparable {
    |            `- warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SoftReference.swift:8:12: warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.SoftReference ///
 7 |
 8 | open class SoftReference: Reference {
   |            `- warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackTraceElement.swift:8:12: warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StackTraceElement ///
  7 |
  8 | open class StackTraceElement: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StrictMath.swift:8:12: warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StrictMath ///
   7 |
   8 | open class StrictMath: java_swift.JavaObject {
     |            `- warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SuppressWarnings.swift:17:12: warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class SuppressWarningsForward: AnnotationForward, SuppressWarnings {
   |            `- warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var SuppressWarningsJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/SwitchPoint.swift:8:12: warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.SwitchPoint ///
 7 |
 8 | open class SwitchPoint: java_swift.JavaObject {
   |            `- warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/System.swift:8:12: warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.System ///
  7 |
  8 | open class System: java_swift.JavaObject {
    |            `- warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Target.swift:17:12: warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class TargetForward: AnnotationForward, Target {
   |            `- warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var TargetJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadGroup.swift:8:12: warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadGroup ///
  7 |
  8 | open class ThreadGroup: java_swift.JavaObject, Thread_UncaughtExceptionHandler {
    |            `- warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadInfo.swift:8:12: warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.ThreadInfo ///
  7 |
  8 | open class ThreadInfo: java_swift.JavaObject {
    |            `- warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocal.swift:8:12: warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadLocal ///
  7 |
  8 | open class ThreadLocal: java_swift.JavaObject {
    |            `- warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadMXBean.swift:121:12: warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
119 |
120 |
121 | open class ThreadMXBeanForward: PlatformManagedObjectForward, ThreadMXBean {
    |            `- warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
122 |
123 |     private static var ThreadMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Thread_State.swift:49:12: warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |
 49 | open class Thread_StateForward: JNIObjectForward {
    |            `- warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 50 |
 51 |     private static var Thread_StateJNIClass: jclass?
[198/206] Compiling java_lang SwitchPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/Short.swift:8:12: warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Short ///
  7 |
  8 | open class Short: Number, JavaComparable {
    |            `- warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SoftReference.swift:8:12: warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.SoftReference ///
 7 |
 8 | open class SoftReference: Reference {
   |            `- warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackTraceElement.swift:8:12: warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StackTraceElement ///
  7 |
  8 | open class StackTraceElement: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StrictMath.swift:8:12: warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StrictMath ///
   7 |
   8 | open class StrictMath: java_swift.JavaObject {
     |            `- warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SuppressWarnings.swift:17:12: warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class SuppressWarningsForward: AnnotationForward, SuppressWarnings {
   |            `- warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var SuppressWarningsJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/SwitchPoint.swift:8:12: warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.SwitchPoint ///
 7 |
 8 | open class SwitchPoint: java_swift.JavaObject {
   |            `- warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/System.swift:8:12: warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.System ///
  7 |
  8 | open class System: java_swift.JavaObject {
    |            `- warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Target.swift:17:12: warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class TargetForward: AnnotationForward, Target {
   |            `- warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var TargetJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadGroup.swift:8:12: warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadGroup ///
  7 |
  8 | open class ThreadGroup: java_swift.JavaObject, Thread_UncaughtExceptionHandler {
    |            `- warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadInfo.swift:8:12: warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.ThreadInfo ///
  7 |
  8 | open class ThreadInfo: java_swift.JavaObject {
    |            `- warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocal.swift:8:12: warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadLocal ///
  7 |
  8 | open class ThreadLocal: java_swift.JavaObject {
    |            `- warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadMXBean.swift:121:12: warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
119 |
120 |
121 | open class ThreadMXBeanForward: PlatformManagedObjectForward, ThreadMXBean {
    |            `- warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
122 |
123 |     private static var ThreadMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Thread_State.swift:49:12: warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |
 49 | open class Thread_StateForward: JNIObjectForward {
    |            `- warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 50 |
 51 |     private static var Thread_StateJNIClass: jclass?
[199/206] Compiling java_lang System.swift
/Users/admin/builder/spi-builder-workspace/Sources/Short.swift:8:12: warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Short ///
  7 |
  8 | open class Short: Number, JavaComparable {
    |            `- warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SoftReference.swift:8:12: warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.SoftReference ///
 7 |
 8 | open class SoftReference: Reference {
   |            `- warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackTraceElement.swift:8:12: warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StackTraceElement ///
  7 |
  8 | open class StackTraceElement: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StrictMath.swift:8:12: warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StrictMath ///
   7 |
   8 | open class StrictMath: java_swift.JavaObject {
     |            `- warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SuppressWarnings.swift:17:12: warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class SuppressWarningsForward: AnnotationForward, SuppressWarnings {
   |            `- warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var SuppressWarningsJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/SwitchPoint.swift:8:12: warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.SwitchPoint ///
 7 |
 8 | open class SwitchPoint: java_swift.JavaObject {
   |            `- warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/System.swift:8:12: warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.System ///
  7 |
  8 | open class System: java_swift.JavaObject {
    |            `- warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Target.swift:17:12: warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class TargetForward: AnnotationForward, Target {
   |            `- warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var TargetJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadGroup.swift:8:12: warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadGroup ///
  7 |
  8 | open class ThreadGroup: java_swift.JavaObject, Thread_UncaughtExceptionHandler {
    |            `- warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadInfo.swift:8:12: warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.ThreadInfo ///
  7 |
  8 | open class ThreadInfo: java_swift.JavaObject {
    |            `- warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocal.swift:8:12: warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadLocal ///
  7 |
  8 | open class ThreadLocal: java_swift.JavaObject {
    |            `- warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadMXBean.swift:121:12: warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
119 |
120 |
121 | open class ThreadMXBeanForward: PlatformManagedObjectForward, ThreadMXBean {
    |            `- warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
122 |
123 |     private static var ThreadMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Thread_State.swift:49:12: warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |
 49 | open class Thread_StateForward: JNIObjectForward {
    |            `- warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 50 |
 51 |     private static var Thread_StateJNIClass: jclass?
[200/206] Compiling java_lang Target.swift
/Users/admin/builder/spi-builder-workspace/Sources/Short.swift:8:12: warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Short ///
  7 |
  8 | open class Short: Number, JavaComparable {
    |            `- warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SoftReference.swift:8:12: warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.SoftReference ///
 7 |
 8 | open class SoftReference: Reference {
   |            `- warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackTraceElement.swift:8:12: warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StackTraceElement ///
  7 |
  8 | open class StackTraceElement: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StrictMath.swift:8:12: warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StrictMath ///
   7 |
   8 | open class StrictMath: java_swift.JavaObject {
     |            `- warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SuppressWarnings.swift:17:12: warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class SuppressWarningsForward: AnnotationForward, SuppressWarnings {
   |            `- warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var SuppressWarningsJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/SwitchPoint.swift:8:12: warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.SwitchPoint ///
 7 |
 8 | open class SwitchPoint: java_swift.JavaObject {
   |            `- warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/System.swift:8:12: warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.System ///
  7 |
  8 | open class System: java_swift.JavaObject {
    |            `- warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Target.swift:17:12: warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class TargetForward: AnnotationForward, Target {
   |            `- warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var TargetJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadGroup.swift:8:12: warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadGroup ///
  7 |
  8 | open class ThreadGroup: java_swift.JavaObject, Thread_UncaughtExceptionHandler {
    |            `- warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadInfo.swift:8:12: warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.ThreadInfo ///
  7 |
  8 | open class ThreadInfo: java_swift.JavaObject {
    |            `- warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocal.swift:8:12: warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadLocal ///
  7 |
  8 | open class ThreadLocal: java_swift.JavaObject {
    |            `- warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadMXBean.swift:121:12: warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
119 |
120 |
121 | open class ThreadMXBeanForward: PlatformManagedObjectForward, ThreadMXBean {
    |            `- warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
122 |
123 |     private static var ThreadMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Thread_State.swift:49:12: warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |
 49 | open class Thread_StateForward: JNIObjectForward {
    |            `- warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 50 |
 51 |     private static var Thread_StateJNIClass: jclass?
[201/206] Compiling java_lang ThreadDeath.swift
/Users/admin/builder/spi-builder-workspace/Sources/Short.swift:8:12: warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Short ///
  7 |
  8 | open class Short: Number, JavaComparable {
    |            `- warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SoftReference.swift:8:12: warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.SoftReference ///
 7 |
 8 | open class SoftReference: Reference {
   |            `- warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackTraceElement.swift:8:12: warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StackTraceElement ///
  7 |
  8 | open class StackTraceElement: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StrictMath.swift:8:12: warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StrictMath ///
   7 |
   8 | open class StrictMath: java_swift.JavaObject {
     |            `- warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SuppressWarnings.swift:17:12: warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class SuppressWarningsForward: AnnotationForward, SuppressWarnings {
   |            `- warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var SuppressWarningsJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/SwitchPoint.swift:8:12: warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.SwitchPoint ///
 7 |
 8 | open class SwitchPoint: java_swift.JavaObject {
   |            `- warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/System.swift:8:12: warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.System ///
  7 |
  8 | open class System: java_swift.JavaObject {
    |            `- warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Target.swift:17:12: warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class TargetForward: AnnotationForward, Target {
   |            `- warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var TargetJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadGroup.swift:8:12: warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadGroup ///
  7 |
  8 | open class ThreadGroup: java_swift.JavaObject, Thread_UncaughtExceptionHandler {
    |            `- warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadInfo.swift:8:12: warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.ThreadInfo ///
  7 |
  8 | open class ThreadInfo: java_swift.JavaObject {
    |            `- warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocal.swift:8:12: warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadLocal ///
  7 |
  8 | open class ThreadLocal: java_swift.JavaObject {
    |            `- warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadMXBean.swift:121:12: warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
119 |
120 |
121 | open class ThreadMXBeanForward: PlatformManagedObjectForward, ThreadMXBean {
    |            `- warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
122 |
123 |     private static var ThreadMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Thread_State.swift:49:12: warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |
 49 | open class Thread_StateForward: JNIObjectForward {
    |            `- warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 50 |
 51 |     private static var Thread_StateJNIClass: jclass?
[202/206] Compiling java_lang ThreadGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/Short.swift:8:12: warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Short ///
  7 |
  8 | open class Short: Number, JavaComparable {
    |            `- warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SoftReference.swift:8:12: warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.SoftReference ///
 7 |
 8 | open class SoftReference: Reference {
   |            `- warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackTraceElement.swift:8:12: warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StackTraceElement ///
  7 |
  8 | open class StackTraceElement: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StrictMath.swift:8:12: warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StrictMath ///
   7 |
   8 | open class StrictMath: java_swift.JavaObject {
     |            `- warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SuppressWarnings.swift:17:12: warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class SuppressWarningsForward: AnnotationForward, SuppressWarnings {
   |            `- warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var SuppressWarningsJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/SwitchPoint.swift:8:12: warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.SwitchPoint ///
 7 |
 8 | open class SwitchPoint: java_swift.JavaObject {
   |            `- warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/System.swift:8:12: warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.System ///
  7 |
  8 | open class System: java_swift.JavaObject {
    |            `- warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Target.swift:17:12: warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class TargetForward: AnnotationForward, Target {
   |            `- warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var TargetJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadGroup.swift:8:12: warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadGroup ///
  7 |
  8 | open class ThreadGroup: java_swift.JavaObject, Thread_UncaughtExceptionHandler {
    |            `- warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadInfo.swift:8:12: warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.ThreadInfo ///
  7 |
  8 | open class ThreadInfo: java_swift.JavaObject {
    |            `- warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocal.swift:8:12: warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadLocal ///
  7 |
  8 | open class ThreadLocal: java_swift.JavaObject {
    |            `- warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadMXBean.swift:121:12: warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
119 |
120 |
121 | open class ThreadMXBeanForward: PlatformManagedObjectForward, ThreadMXBean {
    |            `- warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
122 |
123 |     private static var ThreadMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Thread_State.swift:49:12: warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |
 49 | open class Thread_StateForward: JNIObjectForward {
    |            `- warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 50 |
 51 |     private static var Thread_StateJNIClass: jclass?
[203/206] Compiling java_lang ThreadInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/Short.swift:8:12: warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Short ///
  7 |
  8 | open class Short: Number, JavaComparable {
    |            `- warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SoftReference.swift:8:12: warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.SoftReference ///
 7 |
 8 | open class SoftReference: Reference {
   |            `- warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackTraceElement.swift:8:12: warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StackTraceElement ///
  7 |
  8 | open class StackTraceElement: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StrictMath.swift:8:12: warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StrictMath ///
   7 |
   8 | open class StrictMath: java_swift.JavaObject {
     |            `- warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SuppressWarnings.swift:17:12: warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class SuppressWarningsForward: AnnotationForward, SuppressWarnings {
   |            `- warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var SuppressWarningsJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/SwitchPoint.swift:8:12: warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.SwitchPoint ///
 7 |
 8 | open class SwitchPoint: java_swift.JavaObject {
   |            `- warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/System.swift:8:12: warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.System ///
  7 |
  8 | open class System: java_swift.JavaObject {
    |            `- warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Target.swift:17:12: warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class TargetForward: AnnotationForward, Target {
   |            `- warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var TargetJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadGroup.swift:8:12: warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadGroup ///
  7 |
  8 | open class ThreadGroup: java_swift.JavaObject, Thread_UncaughtExceptionHandler {
    |            `- warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadInfo.swift:8:12: warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.ThreadInfo ///
  7 |
  8 | open class ThreadInfo: java_swift.JavaObject {
    |            `- warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocal.swift:8:12: warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadLocal ///
  7 |
  8 | open class ThreadLocal: java_swift.JavaObject {
    |            `- warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadMXBean.swift:121:12: warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
119 |
120 |
121 | open class ThreadMXBeanForward: PlatformManagedObjectForward, ThreadMXBean {
    |            `- warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
122 |
123 |     private static var ThreadMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Thread_State.swift:49:12: warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |
 49 | open class Thread_StateForward: JNIObjectForward {
    |            `- warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 50 |
 51 |     private static var Thread_StateJNIClass: jclass?
[204/206] Compiling java_lang ThreadLocal.swift
/Users/admin/builder/spi-builder-workspace/Sources/Short.swift:8:12: warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Short ///
  7 |
  8 | open class Short: Number, JavaComparable {
    |            `- warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SoftReference.swift:8:12: warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.SoftReference ///
 7 |
 8 | open class SoftReference: Reference {
   |            `- warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackTraceElement.swift:8:12: warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StackTraceElement ///
  7 |
  8 | open class StackTraceElement: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StrictMath.swift:8:12: warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StrictMath ///
   7 |
   8 | open class StrictMath: java_swift.JavaObject {
     |            `- warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SuppressWarnings.swift:17:12: warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class SuppressWarningsForward: AnnotationForward, SuppressWarnings {
   |            `- warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var SuppressWarningsJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/SwitchPoint.swift:8:12: warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.SwitchPoint ///
 7 |
 8 | open class SwitchPoint: java_swift.JavaObject {
   |            `- warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/System.swift:8:12: warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.System ///
  7 |
  8 | open class System: java_swift.JavaObject {
    |            `- warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Target.swift:17:12: warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class TargetForward: AnnotationForward, Target {
   |            `- warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var TargetJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadGroup.swift:8:12: warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadGroup ///
  7 |
  8 | open class ThreadGroup: java_swift.JavaObject, Thread_UncaughtExceptionHandler {
    |            `- warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadInfo.swift:8:12: warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.ThreadInfo ///
  7 |
  8 | open class ThreadInfo: java_swift.JavaObject {
    |            `- warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocal.swift:8:12: warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadLocal ///
  7 |
  8 | open class ThreadLocal: java_swift.JavaObject {
    |            `- warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadMXBean.swift:121:12: warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
119 |
120 |
121 | open class ThreadMXBeanForward: PlatformManagedObjectForward, ThreadMXBean {
    |            `- warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
122 |
123 |     private static var ThreadMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Thread_State.swift:49:12: warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |
 49 | open class Thread_StateForward: JNIObjectForward {
    |            `- warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 50 |
 51 |     private static var Thread_StateJNIClass: jclass?
[205/206] Compiling java_lang ThreadMXBean.swift
/Users/admin/builder/spi-builder-workspace/Sources/Short.swift:8:12: warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Short ///
  7 |
  8 | open class Short: Number, JavaComparable {
    |            `- warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SoftReference.swift:8:12: warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.SoftReference ///
 7 |
 8 | open class SoftReference: Reference {
   |            `- warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackTraceElement.swift:8:12: warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StackTraceElement ///
  7 |
  8 | open class StackTraceElement: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StrictMath.swift:8:12: warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StrictMath ///
   7 |
   8 | open class StrictMath: java_swift.JavaObject {
     |            `- warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SuppressWarnings.swift:17:12: warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class SuppressWarningsForward: AnnotationForward, SuppressWarnings {
   |            `- warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var SuppressWarningsJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/SwitchPoint.swift:8:12: warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.SwitchPoint ///
 7 |
 8 | open class SwitchPoint: java_swift.JavaObject {
   |            `- warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/System.swift:8:12: warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.System ///
  7 |
  8 | open class System: java_swift.JavaObject {
    |            `- warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Target.swift:17:12: warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class TargetForward: AnnotationForward, Target {
   |            `- warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var TargetJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadGroup.swift:8:12: warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadGroup ///
  7 |
  8 | open class ThreadGroup: java_swift.JavaObject, Thread_UncaughtExceptionHandler {
    |            `- warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadInfo.swift:8:12: warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.ThreadInfo ///
  7 |
  8 | open class ThreadInfo: java_swift.JavaObject {
    |            `- warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocal.swift:8:12: warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadLocal ///
  7 |
  8 | open class ThreadLocal: java_swift.JavaObject {
    |            `- warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadMXBean.swift:121:12: warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
119 |
120 |
121 | open class ThreadMXBeanForward: PlatformManagedObjectForward, ThreadMXBean {
    |            `- warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
122 |
123 |     private static var ThreadMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Thread_State.swift:49:12: warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |
 49 | open class Thread_StateForward: JNIObjectForward {
    |            `- warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 50 |
 51 |     private static var Thread_StateJNIClass: jclass?
[206/206] Compiling java_lang Thread_State.swift
/Users/admin/builder/spi-builder-workspace/Sources/Short.swift:8:12: warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Short ///
  7 |
  8 | open class Short: Number, JavaComparable {
    |            `- warning: class 'Short' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SoftReference.swift:8:12: warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ref.SoftReference ///
 7 |
 8 | open class SoftReference: Reference {
   |            `- warning: class 'SoftReference' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackOverflowError.swift:8:12: warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.StackOverflowError ///
 7 |
 8 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: class 'StackOverflowError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StackTraceElement.swift:8:12: warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StackTraceElement ///
  7 |
  8 | open class StackTraceElement: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StackTraceElement' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StrictMath.swift:8:12: warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StrictMath ///
   7 |
   8 | open class StrictMath: java_swift.JavaObject {
     |            `- warning: class 'StrictMath' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuffer.swift:8:12: warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuffer ///
   7 |
   8 | open class StringBuffer: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuffer' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringBuilder.swift:8:12: warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   6 | /// class java.lang.StringBuilder ///
   7 |
   8 | open class StringBuilder: /* class java.lang.AbstractStringBuilder */ UnavailableObject {
     |            `- warning: class 'StringBuilder' must restate inherited '@unchecked Sendable' conformance
   9 |
  10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/StringIndexOutOfBoundsException.swift:8:12: warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.StringIndexOutOfBoundsException ///
  7 |
  8 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
    |            `- warning: class 'StringIndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/SuppressWarnings.swift:17:12: warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class SuppressWarningsForward: AnnotationForward, SuppressWarnings {
   |            `- warning: class 'SuppressWarningsForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var SuppressWarningsJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/SwitchPoint.swift:8:12: warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.SwitchPoint ///
 7 |
 8 | open class SwitchPoint: java_swift.JavaObject {
   |            `- warning: class 'SwitchPoint' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/System.swift:8:12: warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.System ///
  7 |
  8 | open class System: java_swift.JavaObject {
    |            `- warning: class 'System' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/Target.swift:17:12: warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class TargetForward: AnnotationForward, Target {
   |            `- warning: class 'TargetForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var TargetJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/ThreadDeath.swift:8:12: warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ThreadDeath ///
 7 |
 8 | open class ThreadDeath: JavaError {
   |            `- warning: class 'ThreadDeath' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadGroup.swift:8:12: warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadGroup ///
  7 |
  8 | open class ThreadGroup: java_swift.JavaObject, Thread_UncaughtExceptionHandler {
    |            `- warning: class 'ThreadGroup' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadInfo.swift:8:12: warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.management.ThreadInfo ///
  7 |
  8 | open class ThreadInfo: java_swift.JavaObject {
    |            `- warning: class 'ThreadInfo' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocal.swift:8:12: warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ThreadLocal ///
  7 |
  8 | open class ThreadLocal: java_swift.JavaObject {
    |            `- warning: class 'ThreadLocal' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/ThreadMXBean.swift:121:12: warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
119 |
120 |
121 | open class ThreadMXBeanForward: PlatformManagedObjectForward, ThreadMXBean {
    |            `- warning: class 'ThreadMXBeanForward' must restate inherited '@unchecked Sendable' conformance
122 |
123 |     private static var ThreadMXBeanJNIClass: jclass?
/Users/admin/builder/spi-builder-workspace/Sources/Thread_State.swift:49:12: warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |
 49 | open class Thread_StateForward: JNIObjectForward {
    |            `- warning: class 'Thread_StateForward' must restate inherited '@unchecked Sendable' conformance
 50 |
 51 |     private static var Thread_StateJNIClass: jclass?
Build complete! (11.01s)
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.