The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JavaLang, reference master (1b7320), with Swift 6.3 for macOS (SPM) on 2 May 2026 07:48:20 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

 6 | open class IllegalMonitorStateException: RuntimeException {
   |            `- warning: non-final class 'IllegalMonitorStateException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalStateException.swift:6:12: warning: non-final class 'IllegalStateException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalStateException")
 6 | open class IllegalStateException: RuntimeException {
   |            `- warning: non-final class 'IllegalStateException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalThreadStateException.swift:6:12: warning: non-final class 'IllegalThreadStateException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalThreadStateException")
 6 | open class IllegalThreadStateException: IllegalArgumentException {
   |            `- warning: non-final class 'IllegalThreadStateException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IncompatibleClassChangeError.swift:6:12: warning: non-final class 'IncompatibleClassChangeError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IncompatibleClassChangeError")
 6 | open class IncompatibleClassChangeError: LinkageError {
   |            `- warning: non-final class 'IncompatibleClassChangeError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IndexOutOfBoundsException.swift:6:12: warning: non-final class 'IndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IndexOutOfBoundsException")
 6 | open class IndexOutOfBoundsException: RuntimeException {
   |            `- warning: non-final class 'IndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Int64, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InstantiationError.swift:6:12: warning: non-final class 'InstantiationError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InstantiationError")
 6 | open class InstantiationError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'InstantiationError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InstantiationException.swift:6:12: warning: non-final class 'InstantiationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InstantiationException")
 6 | open class InstantiationException: ReflectiveOperationException {
   |            `- warning: non-final class 'InstantiationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[431/475] Compiling JavaLang InternalError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InternalError")
 6 | open class InternalError: VirtualMachineError {
   |            `- warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InterruptedException")
 6 | open class InterruptedException: Exception {
   |            `- warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.LinkageError")
 6 | open class LinkageError: JavaError {
   |            `- warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NegativeArraySizeException")
 6 | open class NegativeArraySizeException: RuntimeException {
   |            `- warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoClassDefFoundError")
 6 | open class NoClassDefFoundError: LinkageError {
   |            `- warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldError.swift:6:12: warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoSuchFieldError")
 6 | open class NoSuchFieldError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[432/475] Compiling JavaLang InterruptedException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InternalError")
 6 | open class InternalError: VirtualMachineError {
   |            `- warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InterruptedException")
 6 | open class InterruptedException: Exception {
   |            `- warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.LinkageError")
 6 | open class LinkageError: JavaError {
   |            `- warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NegativeArraySizeException")
 6 | open class NegativeArraySizeException: RuntimeException {
   |            `- warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoClassDefFoundError")
 6 | open class NoClassDefFoundError: LinkageError {
   |            `- warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldError.swift:6:12: warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoSuchFieldError")
 6 | open class NoSuchFieldError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[433/475] Compiling JavaLang Iterable.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InternalError")
 6 | open class InternalError: VirtualMachineError {
   |            `- warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InterruptedException")
 6 | open class InterruptedException: Exception {
   |            `- warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.LinkageError")
 6 | open class LinkageError: JavaError {
   |            `- warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NegativeArraySizeException")
 6 | open class NegativeArraySizeException: RuntimeException {
   |            `- warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoClassDefFoundError")
 6 | open class NoClassDefFoundError: LinkageError {
   |            `- warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldError.swift:6:12: warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoSuchFieldError")
 6 | open class NoSuchFieldError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[434/475] Compiling JavaLang JavaConsumer.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InternalError")
 6 | open class InternalError: VirtualMachineError {
   |            `- warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InterruptedException")
 6 | open class InterruptedException: Exception {
   |            `- warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.LinkageError")
 6 | open class LinkageError: JavaError {
   |            `- warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NegativeArraySizeException")
 6 | open class NegativeArraySizeException: RuntimeException {
   |            `- warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoClassDefFoundError")
 6 | open class NoClassDefFoundError: LinkageError {
   |            `- warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldError.swift:6:12: warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoSuchFieldError")
 6 | open class NoSuchFieldError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[435/475] Compiling JavaLang LinkageError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InternalError")
 6 | open class InternalError: VirtualMachineError {
   |            `- warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InterruptedException")
 6 | open class InterruptedException: Exception {
   |            `- warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.LinkageError")
 6 | open class LinkageError: JavaError {
   |            `- warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NegativeArraySizeException")
 6 | open class NegativeArraySizeException: RuntimeException {
   |            `- warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoClassDefFoundError")
 6 | open class NoClassDefFoundError: LinkageError {
   |            `- warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldError.swift:6:12: warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoSuchFieldError")
 6 | open class NoSuchFieldError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[436/475] Compiling JavaLang Math.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InternalError")
 6 | open class InternalError: VirtualMachineError {
   |            `- warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InterruptedException")
 6 | open class InterruptedException: Exception {
   |            `- warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.LinkageError")
 6 | open class LinkageError: JavaError {
   |            `- warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NegativeArraySizeException")
 6 | open class NegativeArraySizeException: RuntimeException {
   |            `- warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoClassDefFoundError")
 6 | open class NoClassDefFoundError: LinkageError {
   |            `- warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldError.swift:6:12: warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoSuchFieldError")
 6 | open class NoSuchFieldError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[437/475] Compiling JavaLang NegativeArraySizeException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InternalError")
 6 | open class InternalError: VirtualMachineError {
   |            `- warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InterruptedException")
 6 | open class InterruptedException: Exception {
   |            `- warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.LinkageError")
 6 | open class LinkageError: JavaError {
   |            `- warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NegativeArraySizeException")
 6 | open class NegativeArraySizeException: RuntimeException {
   |            `- warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoClassDefFoundError")
 6 | open class NoClassDefFoundError: LinkageError {
   |            `- warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldError.swift:6:12: warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoSuchFieldError")
 6 | open class NoSuchFieldError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[438/475] Compiling JavaLang NoClassDefFoundError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InternalError")
 6 | open class InternalError: VirtualMachineError {
   |            `- warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InterruptedException")
 6 | open class InterruptedException: Exception {
   |            `- warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.LinkageError")
 6 | open class LinkageError: JavaError {
   |            `- warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NegativeArraySizeException")
 6 | open class NegativeArraySizeException: RuntimeException {
   |            `- warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoClassDefFoundError")
 6 | open class NoClassDefFoundError: LinkageError {
   |            `- warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldError.swift:6:12: warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoSuchFieldError")
 6 | open class NoSuchFieldError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[439/475] Compiling JavaLang NoSuchFieldError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InternalError")
 6 | open class InternalError: VirtualMachineError {
   |            `- warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InterruptedException")
 6 | open class InterruptedException: Exception {
   |            `- warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.LinkageError")
 6 | open class LinkageError: JavaError {
   |            `- warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NegativeArraySizeException")
 6 | open class NegativeArraySizeException: RuntimeException {
   |            `- warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoClassDefFoundError")
 6 | open class NoClassDefFoundError: LinkageError {
   |            `- warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldError.swift:6:12: warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoSuchFieldError")
 6 | open class NoSuchFieldError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[440/475] Compiling JavaLang Process.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ReflectiveOperationException")
 6 | open class ReflectiveOperationException: Exception {
   |            `- warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[441/475] Compiling JavaLang ProcessBuilder+Redirect+`Type`.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ReflectiveOperationException")
 6 | open class ReflectiveOperationException: Exception {
   |            `- warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[442/475] Compiling JavaLang ProcessBuilder+Redirect.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ReflectiveOperationException")
 6 | open class ReflectiveOperationException: Exception {
   |            `- warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[443/475] Compiling JavaLang ProcessBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ReflectiveOperationException")
 6 | open class ReflectiveOperationException: Exception {
   |            `- warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[444/475] Compiling JavaLang ProcessHandle+Info.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ReflectiveOperationException")
 6 | open class ReflectiveOperationException: Exception {
   |            `- warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[445/475] Compiling JavaLang ProcessHandle.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ReflectiveOperationException")
 6 | open class ReflectiveOperationException: Exception {
   |            `- warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[446/475] Compiling JavaLang ReflectiveOperationException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ReflectiveOperationException")
 6 | open class ReflectiveOperationException: Exception {
   |            `- warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[447/475] Compiling JavaLang Runnable.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ReflectiveOperationException")
 6 | open class ReflectiveOperationException: Exception {
   |            `- warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[448/475] Compiling JavaLang Runtime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ReflectiveOperationException")
 6 | open class ReflectiveOperationException: Exception {
   |            `- warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[449/475] Emitting module JavaLang
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/AbstractMethodError.swift:6:12: warning: non-final class 'AbstractMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.AbstractMethodError")
 6 | open class AbstractMethodError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'AbstractMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ArithmeticException.swift:6:12: warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ArithmeticException")
 6 | open class ArithmeticException: RuntimeException {
   |            `- warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ArrayIndexOutOfBoundsException.swift:6:12: warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ArrayIndexOutOfBoundsException")
 6 | open class ArrayIndexOutOfBoundsException: IndexOutOfBoundsException {
   |            `- warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ArrayStoreException.swift:6:12: warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ArrayStoreException")
 6 | open class ArrayStoreException: RuntimeException {
   |            `- warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/AssertionError.swift:6:12: warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.AssertionError")
 6 | open class AssertionError: JavaError {
   |            `- warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Int32, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/BootstrapMethodError.swift:6:12: warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.BootstrapMethodError")
 6 | open class BootstrapMethodError: LinkageError {
   |            `- warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ClassCastException")
 6 | open class ClassCastException: RuntimeException {
   |            `- warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCircularityError.swift:6:12: warning: non-final class 'ClassCircularityError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ClassCircularityError")
 6 | open class ClassCircularityError: LinkageError {
   |            `- warning: non-final class 'ClassCircularityError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassFormatError.swift:6:12: warning: non-final class 'ClassFormatError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ClassFormatError")
 6 | open class ClassFormatError: LinkageError {
   |            `- warning: non-final class 'ClassFormatError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassNotFoundException.swift:6:12: warning: non-final class 'ClassNotFoundException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ClassNotFoundException")
 6 | open class ClassNotFoundException: ReflectiveOperationException {
   |            `- warning: non-final class 'ClassNotFoundException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/CloneNotSupportedException.swift:6:12: warning: non-final class 'CloneNotSupportedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.CloneNotSupportedException")
 6 | open class CloneNotSupportedException: Exception {
   |            `- warning: non-final class 'CloneNotSupportedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.EnumConstantNotPresentException")
 6 | open class EnumConstantNotPresentException: RuntimeException {
   |            `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   open func constantName() -> String
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ExceptionInInitializerError")
 6 | open class ExceptionInInitializerError: LinkageError {
   |            `- warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessError")
 6 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessException")
 6 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalArgumentException.swift:6:12: warning: non-final class 'IllegalArgumentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalArgumentException")
 6 | open class IllegalArgumentException: RuntimeException {
   |            `- warning: non-final class 'IllegalArgumentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalMonitorStateException.swift:6:12: warning: non-final class 'IllegalMonitorStateException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalMonitorStateException")
 6 | open class IllegalMonitorStateException: RuntimeException {
   |            `- warning: non-final class 'IllegalMonitorStateException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalStateException.swift:6:12: warning: non-final class 'IllegalStateException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalStateException")
 6 | open class IllegalStateException: RuntimeException {
   |            `- warning: non-final class 'IllegalStateException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalThreadStateException.swift:6:12: warning: non-final class 'IllegalThreadStateException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalThreadStateException")
 6 | open class IllegalThreadStateException: IllegalArgumentException {
   |            `- warning: non-final class 'IllegalThreadStateException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IncompatibleClassChangeError.swift:6:12: warning: non-final class 'IncompatibleClassChangeError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IncompatibleClassChangeError")
 6 | open class IncompatibleClassChangeError: LinkageError {
   |            `- warning: non-final class 'IncompatibleClassChangeError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IndexOutOfBoundsException.swift:6:12: warning: non-final class 'IndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IndexOutOfBoundsException")
 6 | open class IndexOutOfBoundsException: RuntimeException {
   |            `- warning: non-final class 'IndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Int64, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InstantiationError.swift:6:12: warning: non-final class 'InstantiationError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InstantiationError")
 6 | open class InstantiationError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'InstantiationError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InstantiationException.swift:6:12: warning: non-final class 'InstantiationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InstantiationException")
 6 | open class InstantiationException: ReflectiveOperationException {
   |            `- warning: non-final class 'InstantiationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InternalError")
 6 | open class InternalError: VirtualMachineError {
   |            `- warning: non-final class 'InternalError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.InterruptedException")
 6 | open class InterruptedException: Exception {
   |            `- warning: non-final class 'InterruptedException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.LinkageError")
 6 | open class LinkageError: JavaError {
   |            `- warning: non-final class 'LinkageError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NegativeArraySizeException")
 6 | open class NegativeArraySizeException: RuntimeException {
   |            `- warning: non-final class 'NegativeArraySizeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoClassDefFoundError")
 6 | open class NoClassDefFoundError: LinkageError {
   |            `- warning: non-final class 'NoClassDefFoundError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldError.swift:6:12: warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoSuchFieldError")
 6 | open class NoSuchFieldError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'NoSuchFieldError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldException.swift:6:12: warning: non-final class 'NoSuchFieldException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoSuchFieldException")
 6 | open class NoSuchFieldException: ReflectiveOperationException {
   |            `- warning: non-final class 'NoSuchFieldException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchMethodError.swift:6:12: warning: non-final class 'NoSuchMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoSuchMethodError")
 6 | open class NoSuchMethodError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'NoSuchMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchMethodException.swift:6:12: warning: non-final class 'NoSuchMethodException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NoSuchMethodException")
 6 | open class NoSuchMethodException: ReflectiveOperationException {
   |            `- warning: non-final class 'NoSuchMethodException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NullPointerException.swift:6:12: warning: non-final class 'NullPointerException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NullPointerException")
 6 | open class NullPointerException: RuntimeException {
   |            `- warning: non-final class 'NullPointerException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NumberFormatException.swift:6:12: warning: non-final class 'NumberFormatException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.NumberFormatException")
 6 | open class NumberFormatException: IllegalArgumentException {
   |            `- warning: non-final class 'NumberFormatException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/OutOfMemoryError.swift:6:12: warning: non-final class 'OutOfMemoryError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.OutOfMemoryError")
 6 | open class OutOfMemoryError: VirtualMachineError {
   |            `- warning: non-final class 'OutOfMemoryError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ReflectiveOperationException")
 6 | open class ReflectiveOperationException: Exception {
   |            `- warning: non-final class 'ReflectiveOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.SecurityException")
 6 | open class SecurityException: RuntimeException {
   |            `- warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.StackOverflowError")
 6 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
 6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
   |            `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ThreadDeath")
 6 | open class ThreadDeath: JavaError {
   |            `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/TypeNotPresentException.swift:6:12: warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.TypeNotPresentException")
 6 | open class TypeNotPresentException: RuntimeException {
   |            `- warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/UnknownError.swift:6:12: warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.UnknownError")
 6 | open class UnknownError: VirtualMachineError {
   |            `- warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/UnsatisfiedLinkError.swift:6:12: warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.UnsatisfiedLinkError")
 6 | open class UnsatisfiedLinkError: LinkageError {
   |            `- warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/UnsupportedClassVersionError.swift:6:12: warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.UnsupportedClassVersionError")
 6 | open class UnsupportedClassVersionError: ClassFormatError {
   |            `- warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/UnsupportedOperationException.swift:6:12: warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.UnsupportedOperationException")
 6 | open class UnsupportedOperationException: RuntimeException {
   |            `- warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/VerifyError.swift:6:12: warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.VerifyError")
 6 | open class VerifyError: LinkageError {
   |            `- warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/VirtualMachineError.swift:6:12: warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.VirtualMachineError")
 6 | open class VirtualMachineError: JavaError {
   |            `- warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[450/475] Compiling JavaLang Constable.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.EnumConstantNotPresentException")
 6 | open class EnumConstantNotPresentException: RuntimeException {
   |            `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   open func constantName() -> String
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ExceptionInInitializerError")
 6 | open class ExceptionInInitializerError: LinkageError {
   |            `- warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessError")
 6 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessException")
 6 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[451/475] Compiling JavaLang ConstantDesc.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.EnumConstantNotPresentException")
 6 | open class EnumConstantNotPresentException: RuntimeException {
   |            `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   open func constantName() -> String
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ExceptionInInitializerError")
 6 | open class ExceptionInInitializerError: LinkageError {
   |            `- warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessError")
 6 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessException")
 6 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[452/475] Compiling JavaLang Deprecated.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.EnumConstantNotPresentException")
 6 | open class EnumConstantNotPresentException: RuntimeException {
   |            `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   open func constantName() -> String
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ExceptionInInitializerError")
 6 | open class ExceptionInInitializerError: LinkageError {
   |            `- warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessError")
 6 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessException")
 6 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[453/475] Compiling JavaLang Enum.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.EnumConstantNotPresentException")
 6 | open class EnumConstantNotPresentException: RuntimeException {
   |            `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   open func constantName() -> String
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ExceptionInInitializerError")
 6 | open class ExceptionInInitializerError: LinkageError {
   |            `- warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessError")
 6 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessException")
 6 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[454/475] Compiling JavaLang EnumConstantNotPresentException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.EnumConstantNotPresentException")
 6 | open class EnumConstantNotPresentException: RuntimeException {
   |            `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   open func constantName() -> String
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ExceptionInInitializerError")
 6 | open class ExceptionInInitializerError: LinkageError {
   |            `- warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessError")
 6 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessException")
 6 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[455/475] Compiling JavaLang ExceptionInInitializerError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.EnumConstantNotPresentException")
 6 | open class EnumConstantNotPresentException: RuntimeException {
   |            `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   open func constantName() -> String
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ExceptionInInitializerError")
 6 | open class ExceptionInInitializerError: LinkageError {
   |            `- warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessError")
 6 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessException")
 6 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[456/475] Compiling JavaLang FunctionalInterface.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.EnumConstantNotPresentException")
 6 | open class EnumConstantNotPresentException: RuntimeException {
   |            `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   open func constantName() -> String
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ExceptionInInitializerError")
 6 | open class ExceptionInInitializerError: LinkageError {
   |            `- warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessError")
 6 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessException")
 6 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[457/475] Compiling JavaLang IllegalAccessError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.EnumConstantNotPresentException")
 6 | open class EnumConstantNotPresentException: RuntimeException {
   |            `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   open func constantName() -> String
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ExceptionInInitializerError")
 6 | open class ExceptionInInitializerError: LinkageError {
   |            `- warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessError")
 6 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessException")
 6 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[458/475] Compiling JavaLang IllegalAccessException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.EnumConstantNotPresentException")
 6 | open class EnumConstantNotPresentException: RuntimeException {
   |            `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   open func constantName() -> String
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ExceptionInInitializerError")
 6 | open class ExceptionInInitializerError: LinkageError {
   |            `- warning: non-final class 'ExceptionInInitializerError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessError")
 6 | open class IllegalAccessError: IncompatibleClassChangeError {
   |            `- warning: non-final class 'IllegalAccessError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.IllegalAccessException")
 6 | open class IllegalAccessException: ReflectiveOperationException {
   |            `- warning: non-final class 'IllegalAccessException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[459/475] Compiling JavaLang StringIndexOutOfBoundsException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
 6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
   |            `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ThreadDeath")
 6 | open class ThreadDeath: JavaError {
   |            `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[460/475] Compiling JavaLang SuppressWarnings.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
 6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
   |            `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ThreadDeath")
 6 | open class ThreadDeath: JavaError {
   |            `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[461/475] Compiling JavaLang System.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
 6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
   |            `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ThreadDeath")
 6 | open class ThreadDeath: JavaError {
   |            `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[462/475] Compiling JavaLang Thread+State.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
 6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
   |            `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ThreadDeath")
 6 | open class ThreadDeath: JavaError {
   |            `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[463/475] Compiling JavaLang Thread+UncaughtExceptionHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
 6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
   |            `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ThreadDeath")
 6 | open class ThreadDeath: JavaError {
   |            `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[464/475] Compiling JavaLang Thread.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
 6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
   |            `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ThreadDeath")
 6 | open class ThreadDeath: JavaError {
   |            `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[465/475] Compiling JavaLang ThreadDeath.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
 6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
   |            `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ThreadDeath")
 6 | open class ThreadDeath: JavaError {
   |            `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[466/475] Compiling JavaLang ThreadGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
 6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
   |            `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.ThreadDeath")
 6 | open class ThreadDeath: JavaError {
   |            `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[467/475] Compiling JavaLang RuntimePermission.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.SecurityException")
 6 | open class SecurityException: RuntimeException {
   |            `- warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.StackOverflowError")
 6 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[468/475] Compiling JavaLang SafeVarargs.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.SecurityException")
 6 | open class SecurityException: RuntimeException {
   |            `- warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.StackOverflowError")
 6 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[469/475] Compiling JavaLang SecurityException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.SecurityException")
 6 | open class SecurityException: RuntimeException {
   |            `- warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.StackOverflowError")
 6 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[470/475] Compiling JavaLang SecurityManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.SecurityException")
 6 | open class SecurityException: RuntimeException {
   |            `- warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.StackOverflowError")
 6 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[471/475] Compiling JavaLang StackOverflowError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.SecurityException")
 6 | open class SecurityException: RuntimeException {
   |            `- warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.StackOverflowError")
 6 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[472/475] Compiling JavaLang StackTraceElement.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.SecurityException")
 6 | open class SecurityException: RuntimeException {
   |            `- warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.StackOverflowError")
 6 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[473/475] Compiling JavaLang StrictMath.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.SecurityException")
 6 | open class SecurityException: RuntimeException {
   |            `- warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.StackOverflowError")
 6 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[474/475] Compiling JavaLang StringBuffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.SecurityException")
 6 | open class SecurityException: RuntimeException {
   |            `- warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.StackOverflowError")
 6 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[475/475] Compiling JavaLang StringBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.SecurityException")
 6 | open class SecurityException: RuntimeException {
   |            `- warning: non-final class 'SecurityException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.lang.StackOverflowError")
 6 | open class StackOverflowError: VirtualMachineError {
   |            `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[476/602] Compiling JavaMath MathContext.swift
[477/602] Compiling JavaLangUtil Timer.swift
[478/603] Emitting module JavaAWT
[479/603] Compiling JavaAWT NumericShaper.swift
[480/603] Compiling JavaAWT TextAttribute.swift
[481/603] Compiling JavaLangUtil Random.swift
[482/603] Compiling JavaLangUtil TimeZone.swift
[483/603] Compiling JavaLangUtil UUID.swift
[484/603] Compiling JavaTime AbstractChronology.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.BindException")
 6 | open class BindException: SocketException {
   |            `- warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.ConnectException")
 6 | open class ConnectException: SocketException {
   |            `- warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[485/603] Compiling JavaTime ChronoLocalDate.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.BindException")
 6 | open class BindException: SocketException {
   |            `- warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.ConnectException")
 6 | open class ConnectException: SocketException {
   |            `- warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[486/603] Compiling JavaTime ChronoLocalDateTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.BindException")
 6 | open class BindException: SocketException {
   |            `- warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.ConnectException")
 6 | open class ConnectException: SocketException {
   |            `- warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[487/603] Compiling JavaTime ChronoPeriod.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.BindException")
 6 | open class BindException: SocketException {
   |            `- warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.ConnectException")
 6 | open class ConnectException: SocketException {
   |            `- warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[488/603] Compiling JavaTime ChronoZonedDateTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.BindException")
 6 | open class BindException: SocketException {
   |            `- warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.ConnectException")
 6 | open class ConnectException: SocketException {
   |            `- warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[489/603] Compiling JavaTime Chronology.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.BindException")
 6 | open class BindException: SocketException {
   |            `- warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.ConnectException")
 6 | open class ConnectException: SocketException {
   |            `- warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[490/608] Compiling JavaLangNet SocketException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.SocketException")
 8 | open class SocketException: IOException {
   |            `- warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[491/608] Compiling JavaLangNet SocketImpl.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.SocketException")
 8 | open class SocketException: IOException {
   |            `- warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[492/608] Compiling JavaLangNet SocketImplFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.SocketException")
 8 | open class SocketException: IOException {
   |            `- warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[493/608] Compiling JavaLangNet SocketOption.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.SocketException")
 8 | open class SocketException: IOException {
   |            `- warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[494/608] Compiling JavaLangNet SocketOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.SocketException")
 8 | open class SocketException: IOException {
   |            `- warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[495/608] Compiling JavaLangNet SocketPermission.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.SocketException")
 8 | open class SocketException: IOException {
   |            `- warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[496/608] Compiling JavaTime LocalDateTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.MalformedURLException")
 8 | open class MalformedURLException: IOException {
   |            `- warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[497/608] Compiling JavaTime LocalTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.MalformedURLException")
 8 | open class MalformedURLException: IOException {
   |            `- warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[498/608] Compiling JavaTime MinguoChronology.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.MalformedURLException")
 8 | open class MalformedURLException: IOException {
   |            `- warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[499/608] Compiling JavaTime MinguoDate.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.MalformedURLException")
 8 | open class MalformedURLException: IOException {
   |            `- warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[500/608] Compiling JavaTime MonthDay.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.MalformedURLException")
 8 | open class MalformedURLException: IOException {
   |            `- warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[501/608] Compiling JavaTime OffsetDateTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.MalformedURLException")
 8 | open class MalformedURLException: IOException {
   |            `- warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[502/608] Compiling JavaTime TemporalAdjusters.swift
[503/608] Compiling JavaTime TemporalAmount.swift
[504/608] Compiling JavaTime TemporalField.swift
[505/608] Compiling JavaTime TemporalQueries.swift
[506/608] Compiling JavaTime TemporalQuery.swift
[507/613] Compiling JavaMath BigInteger.swift
[508/613] Compiling JavaTime ZoneRulesException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.UnknownHostException")
 8 | open class UnknownHostException: IOException {
   |            `- warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.UnknownServiceException")
 8 | open class UnknownServiceException: IOException {
   |            `- warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[509/613] Compiling JavaTime ZonedDateTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.UnknownHostException")
 8 | open class UnknownHostException: IOException {
   |            `- warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.UnknownServiceException")
 8 | open class UnknownServiceException: IOException {
   |            `- warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[510/613] Compiling JavaLangNet URLStreamHandlerFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.UnknownHostException")
 8 | open class UnknownHostException: IOException {
   |            `- warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.UnknownServiceException")
 8 | open class UnknownServiceException: IOException {
   |            `- warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[511/613] Compiling JavaLangNet UnknownHostException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.UnknownHostException")
 8 | open class UnknownHostException: IOException {
   |            `- warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.UnknownServiceException")
 8 | open class UnknownServiceException: IOException {
   |            `- warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[512/613] Compiling JavaLangNet UnknownServiceException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.UnknownHostException")
 8 | open class UnknownHostException: IOException {
   |            `- warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.UnknownServiceException")
 8 | open class UnknownServiceException: IOException {
   |            `- warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[513/613] Compiling JavaLangNet SocketTimeoutException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.SocketTimeoutException")
 8 | open class SocketTimeoutException: InterruptedIOException {
   |            `- warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.URISyntaxException")
 6 | open class URISyntaxException: Exception {
   |            `- warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
[514/613] Compiling JavaLangNet StandardSocketOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.SocketTimeoutException")
 8 | open class SocketTimeoutException: InterruptedIOException {
   |            `- warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.URISyntaxException")
 6 | open class URISyntaxException: Exception {
   |            `- warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
[515/613] Compiling JavaLangNet URISyntaxException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.SocketTimeoutException")
 8 | open class SocketTimeoutException: InterruptedIOException {
   |            `- warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.URISyntaxException")
 6 | open class URISyntaxException: Exception {
   |            `- warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
[516/613] Compiling JavaLangNet URLConnection.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.SocketTimeoutException")
 8 | open class SocketTimeoutException: InterruptedIOException {
   |            `- warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.URISyntaxException")
 6 | open class URISyntaxException: Exception {
   |            `- warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
[517/613] Compiling JavaLangNet URLDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.SocketTimeoutException")
 8 | open class SocketTimeoutException: InterruptedIOException {
   |            `- warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.URISyntaxException")
 6 | open class URISyntaxException: Exception {
   |            `- warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
[518/613] Emitting module JavaMath
[519/613] Compiling JavaMath BigDecimal.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.NoRouteToHostException")
 6 | open class NoRouteToHostException: SocketException {
   |            `- warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.PortUnreachableException")
 6 | open class PortUnreachableException: SocketException {
   |            `- warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.ProtocolException")
 8 | open class ProtocolException: IOException {
   |            `- warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.NoRouteToHostException")
 6 | open class NoRouteToHostException: SocketException {
   |            `- warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.PortUnreachableException")
 6 | open class PortUnreachableException: SocketException {
   |            `- warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.ProtocolException")
 8 | open class ProtocolException: IOException {
   |            `- warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.NoRouteToHostException")
 6 | open class NoRouteToHostException: SocketException {
   |            `- warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.PortUnreachableException")
 6 | open class PortUnreachableException: SocketException {
   |            `- warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.ProtocolException")
 8 | open class ProtocolException: IOException {
   |            `- warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.NoRouteToHostException")
 6 | open class NoRouteToHostException: SocketException {
   |            `- warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.PortUnreachableException")
 6 | open class PortUnreachableException: SocketException {
   |            `- warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.ProtocolException")
 8 | open class ProtocolException: IOException {
   |            `- warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.NoRouteToHostException")
 6 | open class NoRouteToHostException: SocketException {
   |            `- warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.PortUnreachableException")
 6 | open class PortUnreachableException: SocketException {
   |            `- warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.ProtocolException")
 8 | open class ProtocolException: IOException {
   |            `- warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[525/613] Compiling JavaTime TemporalUnit.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.NoRouteToHostException")
 6 | open class NoRouteToHostException: SocketException {
   |            `- warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.PortUnreachableException")
 6 | open class PortUnreachableException: SocketException {
   |            `- warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.ProtocolException")
 8 | open class ProtocolException: IOException {
   |            `- warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[526/613] Compiling JavaTime ThaiBuddhistChronology.swift
[527/613] Compiling JavaTime ThaiBuddhistDate.swift
[528/613] Compiling JavaTime UnsupportedTemporalTypeException.swift
[529/613] Compiling JavaTime ValueRange.swift
[530/613] Compiling JavaTime OffsetTime.swift
[531/613] Compiling JavaTime Period.swift
[532/613] Emitting module JavaLangNet
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.BindException")
 6 | open class BindException: SocketException {
   |            `- warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.ConnectException")
 6 | open class ConnectException: SocketException {
   |            `- warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.HttpRetryException")
 8 | open class HttpRetryException: IOException {
   |            `- warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.MalformedURLException")
 8 | open class MalformedURLException: IOException {
   |            `- warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.NoRouteToHostException")
 6 | open class NoRouteToHostException: SocketException {
   |            `- warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.PortUnreachableException")
 6 | open class PortUnreachableException: SocketException {
   |            `- warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.ProtocolException")
 8 | open class ProtocolException: IOException {
   |            `- warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.SocketException")
 8 | open class SocketException: IOException {
   |            `- warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.SocketTimeoutException")
 8 | open class SocketTimeoutException: InterruptedIOException {
   |            `- warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.net.URISyntaxException")
 6 | open class URISyntaxException: Exception {
   |            `- warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.UnknownHostException")
 8 | open class UnknownHostException: IOException {
   |            `- warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.UnknownServiceException")
 8 | open class UnknownServiceException: IOException {
   |            `- warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[533/613] Compiling JavaTime Clock.swift
[534/613] Compiling JavaTime DateTimeException.swift
[535/613] Compiling JavaTime DateTimeFormatter.swift
[536/613] Compiling JavaTime DateTimeFormatterBuilder.swift
[537/613] Compiling JavaTime DateTimeParseException.swift
[538/613] Compiling JavaTime DecimalStyle.swift
[539/613] Compiling JavaTime Duration.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.HttpRetryException")
 8 | open class HttpRetryException: IOException {
   |            `- warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[540/613] Compiling JavaTime Era.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.HttpRetryException")
 8 | open class HttpRetryException: IOException {
   |            `- warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[541/613] Compiling JavaTime HijrahChronology.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.HttpRetryException")
 8 | open class HttpRetryException: IOException {
   |            `- warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[542/613] Compiling JavaTime HijrahDate.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.HttpRetryException")
 8 | open class HttpRetryException: IOException {
   |            `- warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[543/613] Compiling JavaTime Instant.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.HttpRetryException")
 8 | open class HttpRetryException: IOException {
   |            `- warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[544/613] Compiling JavaTime IsoChronology.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |
 7 | @JavaClass("java.net.HttpRetryException")
 8 | open class HttpRetryException: IOException {
   |            `- warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |   @JavaMethod
10 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[545/613] Compiling JavaTime IsoFields.swift
[546/613] Compiling JavaTime JapaneseChronology.swift
[547/613] Compiling JavaTime JapaneseDate.swift
[548/613] Compiling JavaTime JapaneseEra.swift
[549/613] Compiling JavaTime JulianFields.swift
[550/613] Compiling JavaTime LocalDate.swift
[559/613] Compiling JavaLangUtil Random+Generator.swift
[560/613] Emitting module JavaTime
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.DateTimeException")
 6 | open class DateTimeException: RuntimeException {
   |            `- warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.format.DateTimeParseException")
 6 | open class DateTimeParseException: DateTimeException {
   |            `- warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
 6 | open class UnsupportedTemporalTypeException: DateTimeException {
   |            `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.zone.ZoneRulesException")
 6 | open class ZoneRulesException: DateTimeException {
   |            `- warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[561/613] Emitting module JavaLangUtil
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
 6 | open class UnsupportedTemporalTypeException: DateTimeException {
   |            `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
 6 | open class UnsupportedTemporalTypeException: DateTimeException {
   |            `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
 6 | open class UnsupportedTemporalTypeException: DateTimeException {
   |            `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
 6 | open class UnsupportedTemporalTypeException: DateTimeException {
   |            `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
 6 | open class UnsupportedTemporalTypeException: DateTimeException {
   |            `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[591/613] Compiling JavaTime ZoneOffsetTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.zone.ZoneRulesException")
 6 | open class ZoneRulesException: DateTimeException {
   |            `- warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[592/613] Compiling JavaTime ZoneOffsetTransitionRule.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.zone.ZoneRulesException")
 6 | open class ZoneRulesException: DateTimeException {
   |            `- warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[593/613] Compiling JavaTime ZoneRules.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.zone.ZoneRulesException")
 6 | open class ZoneRulesException: DateTimeException {
   |            `- warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.zone.ZoneRulesException")
 6 | open class ZoneRulesException: DateTimeException {
   |            `- warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.zone.ZoneRulesException")
 6 | open class ZoneRulesException: DateTimeException {
   |            `- warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.DateTimeException")
 6 | open class DateTimeException: RuntimeException {
   |            `- warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.format.DateTimeParseException")
 6 | open class DateTimeParseException: DateTimeException {
   |            `- warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.DateTimeException")
 6 | open class DateTimeException: RuntimeException {
   |            `- warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.format.DateTimeParseException")
 6 | open class DateTimeParseException: DateTimeException {
   |            `- warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.DateTimeException")
 6 | open class DateTimeException: RuntimeException {
   |            `- warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.format.DateTimeParseException")
 6 | open class DateTimeParseException: DateTimeException {
   |            `- warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.DateTimeException")
 6 | open class DateTimeException: RuntimeException {
   |            `- warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.format.DateTimeParseException")
 6 | open class DateTimeParseException: DateTimeException {
   |            `- warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.DateTimeException")
 6 | open class DateTimeException: RuntimeException {
   |            `- warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.format.DateTimeParseException")
 6 | open class DateTimeParseException: DateTimeException {
   |            `- warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.DateTimeException")
 6 | open class DateTimeException: RuntimeException {
   |            `- warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |
 5 | @JavaClass("java.time.format.DateTimeParseException")
 6 | open class DateTimeParseException: DateTimeException {
   |            `- warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |   @JavaMethod
 8 |   @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
Build complete! (66.71s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-java",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-java.git"
    }
  ],
  "manifest_display_name" : "JavaLang",
  "name" : "JavaLang",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "JavaLang",
      "targets" : [
        "JavaLang"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JavaAWT",
      "targets" : [
        "JavaAWT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JavaBeans",
      "targets" : [
        "JavaBeans"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JavaMath",
      "targets" : [
        "JavaMath"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JavaTime",
      "targets" : [
        "JavaTime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JavaLangIO",
      "targets" : [
        "JavaLangIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JavaLangNet",
      "targets" : [
        "JavaLangNet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JavaLangUtil",
      "targets" : [
        "JavaLangUtil"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JavaTime",
      "module_type" : "SwiftTarget",
      "name" : "JavaTime",
      "path" : "Sources/JavaTime",
      "product_dependencies" : [
        "SwiftJava",
        "JavaLangReflect",
        "JavaIO"
      ],
      "product_memberships" : [
        "JavaTime"
      ],
      "sources" : [
        "AbstractChronology.swift",
        "ChronoLocalDate.swift",
        "ChronoLocalDateTime.swift",
        "ChronoPeriod.swift",
        "ChronoZonedDateTime.swift",
        "Chronology.swift",
        "Clock.swift",
        "DateTimeException.swift",
        "DateTimeFormatter.swift",
        "DateTimeFormatterBuilder.swift",
        "DateTimeParseException.swift",
        "DecimalStyle.swift",
        "Duration.swift",
        "Era.swift",
        "HijrahChronology.swift",
        "HijrahDate.swift",
        "Instant.swift",
        "IsoChronology.swift",
        "IsoFields.swift",
        "JapaneseChronology.swift",
        "JapaneseDate.swift",
        "JapaneseEra.swift",
        "JulianFields.swift",
        "LocalDate.swift",
        "LocalDateTime.swift",
        "LocalTime.swift",
        "MinguoChronology.swift",
        "MinguoDate.swift",
        "MonthDay.swift",
        "OffsetDateTime.swift",
        "OffsetTime.swift",
        "Period.swift",
        "Temporal.swift",
        "TemporalAccessor.swift",
        "TemporalAdjuster.swift",
        "TemporalAdjusters.swift",
        "TemporalAmount.swift",
        "TemporalField.swift",
        "TemporalQueries.swift",
        "TemporalQuery.swift",
        "TemporalUnit.swift",
        "ThaiBuddhistChronology.swift",
        "ThaiBuddhistDate.swift",
        "UnsupportedTemporalTypeException.swift",
        "ValueRange.swift",
        "WeekFields.swift",
        "Year.swift",
        "YearMonth.swift",
        "ZoneId.swift",
        "ZoneOffset.swift",
        "ZoneOffsetTransition.swift",
        "ZoneOffsetTransitionRule.swift",
        "ZoneRules.swift",
        "ZoneRulesException.swift",
        "ZonedDateTime.swift"
      ],
      "target_dependencies" : [
        "JavaLang"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JavaMath",
      "module_type" : "SwiftTarget",
      "name" : "JavaMath",
      "path" : "Sources/JavaMath",
      "product_memberships" : [
        "JavaMath"
      ],
      "sources" : [
        "BigDecimal.swift",
        "BigInteger.swift",
        "MathContext.swift"
      ],
      "target_dependencies" : [
        "JavaLang"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JavaLangUtil",
      "module_type" : "SwiftTarget",
      "name" : "JavaLangUtil",
      "path" : "Sources/JavaUtil",
      "product_dependencies" : [
        "JavaUtil"
      ],
      "product_memberships" : [
        "JavaLangUtil"
      ],
      "sources" : [
        "Arrays.swift",
        "Base64+Decoder.swift",
        "Base64+Encoder.swift",
        "Base64.swift",
        "Calendar.swift",
        "Formatter.swift",
        "GregorianCalendar.swift",
        "Locale.swift",
        "Map+Entry.swift",
        "Map.swift",
        "Random+Generator.swift",
        "Random.swift",
        "TimeZone.swift",
        "Timer.swift",
        "UUID.swift"
      ],
      "target_dependencies" : [
        "JavaLang"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JavaLangTests",
      "module_type" : "SwiftTarget",
      "name" : "JavaLangTests",
      "path" : "Tests/JavaLangTests",
      "sources" : [
        "JavaLangTests.swift",
        "JavaUtilTests.swift"
      ],
      "target_dependencies" : [
        "JavaLang",
        "JavaLangUtil"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JavaLangNet",
      "module_type" : "SwiftTarget",
      "name" : "JavaLangNet",
      "path" : "Sources/JavaNet",
      "product_dependencies" : [
        "JavaNet"
      ],
      "product_memberships" : [
        "JavaLangNet"
      ],
      "sources" : [
        "Authenticator.swift",
        "BindException.swift",
        "CacheRequest.swift",
        "CacheResponse.swift",
        "ConnectException.swift",
        "ContentHandler.swift",
        "ContentHandlerFactory.swift",
        "CookieHandler.swift",
        "CookieManager.swift",
        "CookiePolicy.swift",
        "CookieStore.swift",
        "DatagramPacket.swift",
        "DatagramSocket.swift",
        "DatagramSocketImpl.swift",
        "DatagramSocketImplFactory.swift",
        "FileNameMap.swift",
        "HttpCookie.swift",
        "HttpRetryException.swift",
        "HttpURLConnection.swift",
        "IDN.swift",
        "Inet4Address.swift",
        "Inet6Address.swift",
        "InetAddress.swift",
        "InetSocketAddress.swift",
        "InterfaceAddress.swift",
        "JarURLConnection.swift",
        "MalformedURLException.swift",
        "MulticastSocket.swift",
        "NetPermission.swift",
        "NetworkInterface.swift",
        "NoRouteToHostException.swift",
        "PasswordAuthentication.swift",
        "PortUnreachableException.swift",
        "ProtocolException.swift",
        "ProtocolFamily.swift",
        "Proxy.swift",
        "ProxySelector.swift",
        "ResponseCache.swift",
        "SecureCacheResponse.swift",
        "ServerSocket.swift",
        "Socket.swift",
        "SocketAddress.swift",
        "SocketException.swift",
        "SocketImpl.swift",
        "SocketImplFactory.swift",
        "SocketOption.swift",
        "SocketOptions.swift",
        "SocketPermission.swift",
        "SocketTimeoutException.swift",
        "StandardSocketOptions.swift",
        "URISyntaxException.swift",
        "URLConnection.swift",
        "URLDecoder.swift",
        "URLEncoder.swift",
        "URLStreamHandler.swift",
        "URLStreamHandlerFactory.swift",
        "UnknownHostException.swift",
        "UnknownServiceException.swift"
      ],
      "target_dependencies" : [
        "JavaLang"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JavaLangIO",
      "module_type" : "SwiftTarget",
      "name" : "JavaLangIO",
      "path" : "Sources/JavaIO",
      "product_dependencies" : [
        "SwiftJava",
        "JavaIO",
        "JavaLangReflect"
      ],
      "product_memberships" : [
        "JavaLang",
        "JavaAWT",
        "JavaBeans",
        "JavaMath",
        "JavaTime",
        "JavaLangIO",
        "JavaLangNet",
        "JavaLangUtil"
      ],
      "sources" : [
        "BufferedInputStream.swift",
        "BufferedOutputStream.swift",
        "BufferedReader.swift",
        "BufferedWriter.swift",
        "ByteArrayInputStream.swift",
        "ByteArrayOutputStream.swift",
        "CharArrayReader.swift",
        "CharArrayWriter.swift",
        "CharConversionException.swift",
        "Console.swift",
        "DataInput.swift",
        "DataInputStream.swift",
        "DataOutput.swift",
        "DataOutputStream.swift",
        "EOFException.swift",
        "Externalizable.swift",
        "FileFilter.swift",
        "FileInputStream.swift",
        "FileNotFoundException.swift",
        "FileOutputStream.swift",
        "FilePermission.swift",
        "FileReader.swift",
        "FileWriter.swift",
        "FilenameFilter.swift",
        "FilterInputStream.swift",
        "FilterOutputStream.swift",
        "FilterReader.swift",
        "FilterWriter.swift",
        "IOError.swift",
        "IOException.swift",
        "InterruptedIOException.swift",
        "InvalidClassException.swift",
        "InvalidObjectException.swift",
        "LineNumberInputStream.swift",
        "LineNumberReader.swift",
        "NotActiveException.swift",
        "NotSerializableException.swift",
        "ObjectInput.swift",
        "ObjectInputStream+GetField.swift",
        "ObjectInputStream.swift",
        "ObjectInputValidation.swift",
        "ObjectOutput.swift",
        "ObjectOutputStream+PutField.swift",
        "ObjectOutputStream.swift",
        "ObjectStreamClass.swift",
        "ObjectStreamConstants.swift",
        "ObjectStreamException.swift",
        "ObjectStreamField.swift",
        "OptionalDataException.swift",
        "OutputStreamWriter.swift",
        "PipedInputStream.swift",
        "PipedOutputStream.swift",
        "PipedReader.swift",
        "PipedWriter.swift",
        "PrintStream.swift",
        "PushbackInputStream.swift",
        "PushbackReader.swift",
        "RandomAccessFile.swift",
        "SequenceInputStream.swift",
        "Serializable.swift",
        "SerializablePermission.swift",
        "StreamCorruptedException.swift",
        "StreamTokenizer.swift",
        "StringBufferInputStream.swift",
        "StringReader.swift",
        "SyncFailedException.swift",
        "UTFDataFormatException.swift",
        "UncheckedIOException.swift",
        "UnsupportedEncodingException.swift",
        "WriteAbortedException.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JavaLang",
      "module_type" : "SwiftTarget",
      "name" : "JavaLang",
      "path" : "Sources/JavaLang",
      "product_dependencies" : [
        "SwiftJava",
        "JavaLangReflect",
        "JavaUtilFunction",
        "JavaIO"
      ],
      "product_memberships" : [
        "JavaLang",
        "JavaAWT",
        "JavaMath",
        "JavaTime",
        "JavaLangNet",
        "JavaLangUtil"
      ],
      "sources" : [
        "AbstractMethodError.swift",
        "AbstractStringBuilder.swift",
        "ArithmeticException.swift",
        "ArrayIndexOutOfBoundsException.swift",
        "ArrayStoreException.swift",
        "AssertionError.swift",
        "AutoCloseable.swift",
        "BootstrapMethodError.swift",
        "Character+Subset.swift",
        "Character+UnicodeBlock.swift",
        "ClassCastException.swift",
        "ClassCircularityError.swift",
        "ClassFormatError.swift",
        "ClassNotFoundException.swift",
        "CloneNotSupportedException.swift",
        "Cloneable.swift",
        "Comparable.swift",
        "Console.swift",
        "Constable.swift",
        "ConstantDesc.swift",
        "Deprecated.swift",
        "Enum.swift",
        "EnumConstantNotPresentException.swift",
        "ExceptionInInitializerError.swift",
        "FunctionalInterface.swift",
        "IllegalAccessError.swift",
        "IllegalAccessException.swift",
        "IllegalArgumentException.swift",
        "IllegalMonitorStateException.swift",
        "IllegalStateException.swift",
        "IllegalThreadStateException.swift",
        "IncompatibleClassChangeError.swift",
        "IndexOutOfBoundsException.swift",
        "InheritableThreadLocal.swift",
        "InstantiationError.swift",
        "InstantiationException.swift",
        "InternalError.swift",
        "InterruptedException.swift",
        "Iterable.swift",
        "JavaConsumer.swift",
        "LinkageError.swift",
        "Math.swift",
        "NegativeArraySizeException.swift",
        "NoClassDefFoundError.swift",
        "NoSuchFieldError.swift",
        "NoSuchFieldException.swift",
        "NoSuchMethodError.swift",
        "NoSuchMethodException.swift",
        "NullPointerException.swift",
        "NumberFormatException.swift",
        "OutOfMemoryError.swift",
        "Override.swift",
        "Package.swift",
        "PrintStream.swift",
        "Process.swift",
        "ProcessBuilder+Redirect+`Type`.swift",
        "ProcessBuilder+Redirect.swift",
        "ProcessBuilder.swift",
        "ProcessHandle+Info.swift",
        "ProcessHandle.swift",
        "ReflectiveOperationException.swift",
        "Runnable.swift",
        "Runtime.swift",
        "RuntimePermission.swift",
        "SafeVarargs.swift",
        "SecurityException.swift",
        "SecurityManager.swift",
        "StackOverflowError.swift",
        "StackTraceElement.swift",
        "StrictMath.swift",
        "StringBuffer.swift",
        "StringBuilder.swift",
        "StringIndexOutOfBoundsException.swift",
        "SuppressWarnings.swift",
        "System.swift",
        "Thread+State.swift",
        "Thread+UncaughtExceptionHandler.swift",
        "Thread.swift",
        "ThreadDeath.swift",
        "ThreadGroup.swift",
        "ThreadLocal.swift",
        "TypeNotPresentException.swift",
        "UnknownError.swift",
        "UnsatisfiedLinkError.swift",
        "UnsupportedClassVersionError.swift",
        "UnsupportedOperationException.swift",
        "VerifyError.swift",
        "VirtualMachineError.swift"
      ],
      "target_dependencies" : [
        "JavaLangIO"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JavaBeans",
      "module_type" : "SwiftTarget",
      "name" : "JavaBeans",
      "path" : "Sources/JavaBeans",
      "product_dependencies" : [
        "SwiftJava",
        "JavaLangReflect",
        "JavaUtilFunction",
        "JavaIO"
      ],
      "product_memberships" : [
        "JavaBeans"
      ],
      "sources" : [
        "IndexedPropertyChangeEvent.swift",
        "PropertyChangeEvent.swift",
        "PropertyChangeListener.swift",
        "PropertyChangeListenerProxy.swift",
        "PropertyChangeSupport.swift"
      ],
      "target_dependencies" : [
        "JavaLangIO"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JavaAWT",
      "module_type" : "SwiftTarget",
      "name" : "JavaAWT",
      "path" : "Sources/JavaAWT",
      "product_dependencies" : [
        "SwiftJava",
        "JavaLangReflect",
        "JavaIO"
      ],
      "product_memberships" : [
        "JavaAWT"
      ],
      "sources" : [
        "NumericShaper.swift",
        "TextAttribute.swift"
      ],
      "target_dependencies" : [
        "JavaLang"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.