Build Information
Successful build of JavaLang, reference master (1b7320), with Swift 6.2 for macOS (SPM) on 23 Mar 2026 23:36:10 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/BootstrapMethodError.swift:6:12: warning: non-final class 'BootstrapMethodError' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[361/409] Compiling JavaLang ArrayStoreException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/AbstractMethodError.swift:6:12: warning: non-final class 'AbstractMethodError' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[362/409] Compiling JavaLang AssertionError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/AbstractMethodError.swift:6:12: warning: non-final class 'AbstractMethodError' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[363/409] Compiling JavaLang AutoCloseable.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/AbstractMethodError.swift:6:12: warning: non-final class 'AbstractMethodError' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[364/409] Compiling JavaLang BootstrapMethodError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/AbstractMethodError.swift:6:12: warning: non-final class 'AbstractMethodError' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[365/409] Compiling JavaLang Character+Subset.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/AbstractMethodError.swift:6:12: warning: non-final class 'AbstractMethodError' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[366/409] Compiling JavaLang NoSuchFieldException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldException.swift:6:12: warning: non-final class 'NoSuchFieldException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[367/409] Compiling JavaLang NoSuchMethodError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldException.swift:6:12: warning: non-final class 'NoSuchFieldException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[368/409] Compiling JavaLang NoSuchMethodException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldException.swift:6:12: warning: non-final class 'NoSuchFieldException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[369/409] Compiling JavaLang NullPointerException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldException.swift:6:12: warning: non-final class 'NoSuchFieldException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[370/409] Compiling JavaLang NumberFormatException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldException.swift:6:12: warning: non-final class 'NoSuchFieldException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[371/409] Compiling JavaLang OutOfMemoryError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldException.swift:6:12: warning: non-final class 'NoSuchFieldException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[372/409] Compiling JavaLang Override.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldException.swift:6:12: warning: non-final class 'NoSuchFieldException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[373/409] Compiling JavaLang Package.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldException.swift:6:12: warning: non-final class 'NoSuchFieldException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[374/409] Compiling JavaLang PrintStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldException.swift:6:12: warning: non-final class 'NoSuchFieldException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[375/409] Compiling JavaLang Process.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[376/409] 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[377/409] 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[378/409] Compiling JavaLang ProcessBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[379/409] 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[380/409] Compiling JavaLang ProcessHandle.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[381/409] Compiling JavaLang ReflectiveOperationException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[382/409] Compiling JavaLang Runnable.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[383/409] Compiling JavaLang Runtime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[384/409] Compiling JavaLang Character+UnicodeBlock.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[385/409] Compiling JavaLang ClassCastException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[386/409] Compiling JavaLang ClassCircularityError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[387/409] Compiling JavaLang ClassFormatError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[388/409] Compiling JavaLang ClassNotFoundException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[389/409] Compiling JavaLang CloneNotSupportedException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[390/409] Compiling JavaLang Cloneable.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[391/409] Compiling JavaLang Comparable.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[392/409] Compiling JavaLang Console.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[393/409] Compiling JavaLang StringIndexOutOfBoundsException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[394/409] Compiling JavaLang SuppressWarnings.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[395/409] Compiling JavaLang System.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[396/409] 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[397/409] 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[398/409] Compiling JavaLang Thread.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[399/409] Compiling JavaLang ThreadDeath.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[400/409] Compiling JavaLang ThreadGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[401/409] Compiling JavaLang RuntimePermission.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[402/409] Compiling JavaLang SafeVarargs.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[403/409] Compiling JavaLang SecurityException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[404/409] Compiling JavaLang SecurityManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[405/409] Compiling JavaLang StackOverflowError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[406/409] Compiling JavaLang StackTraceElement.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[407/409] Compiling JavaLang StrictMath.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[408/409] Compiling JavaLang StringBuffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[409/409] Compiling JavaLang StringBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[410/536] Compiling JavaLangUtil Timer.swift
[411/537] Compiling JavaAWT TextAttribute.swift
[412/537] Emitting module JavaAWT
[413/537] Compiling JavaAWT NumericShaper.swift
[414/537] Compiling JavaLangUtil TimeZone.swift
[415/537] Compiling JavaLangUtil Random.swift
[416/537] Emitting module JavaLangNet
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[417/542] Compiling JavaLangNet Authenticator.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[418/542] Compiling JavaLangNet BindException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[419/542] Compiling JavaLangNet CacheRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[420/542] Compiling JavaLangNet CacheResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[421/542] Compiling JavaLangNet ConnectException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[422/542] Compiling JavaTime Chronology.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[423/542] Compiling JavaTime LocalDateTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[424/542] Compiling JavaTime LocalTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[425/542] Compiling JavaLangNet MalformedURLException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[426/542] Compiling JavaLangNet MulticastSocket.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[427/542] Compiling JavaLangNet NetPermission.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[428/542] Compiling JavaTime OffsetDateTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[429/542] Compiling JavaLangUtil UUID.swift
[430/542] Compiling JavaMath MathContext.swift
[431/542] Compiling JavaMath BigInteger.swift
[432/542] Compiling JavaLangNet SocketException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[433/542] Compiling JavaLangNet SocketImpl.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[434/542] Compiling JavaLangNet SocketImplFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[435/542] Compiling JavaLangNet SocketOption.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[436/542] Compiling JavaLangNet SocketOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[437/542] Compiling JavaLangNet SocketPermission.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[438/542] Compiling JavaLangNet SocketTimeoutException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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)
[439/542] Compiling JavaLangNet StandardSocketOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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)
[440/542] Compiling JavaLangNet URISyntaxException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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)
[441/542] Compiling JavaLangNet URLConnection.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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)
[442/542] Compiling JavaLangNet URLDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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)
[443/542] Emitting module JavaMath
[444/542] Compiling JavaMath BigDecimal.swift
[445/542] Compiling JavaLangNet URLEncoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[446/542] Compiling JavaLangNet URLStreamHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[447/542] Compiling JavaLangNet URLStreamHandlerFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[448/542] Compiling JavaLangNet UnknownHostException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[449/542] Compiling JavaLangNet UnknownServiceException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[450/542] Compiling JavaTime OffsetTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[451/542] Compiling JavaTime Period.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[452/542] Compiling JavaTime Temporal.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[453/542] Compiling JavaTime TemporalAccessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[454/542] Compiling JavaTime TemporalAdjuster.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[455/542] Compiling JavaLangNet Proxy.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[456/542] Compiling JavaLangNet ProxySelector.swift
[457/542] Compiling JavaLangNet ResponseCache.swift
[458/542] Compiling JavaLangNet SecureCacheResponse.swift
[459/542] Compiling JavaLangNet ServerSocket.swift
[460/542] Compiling JavaLangNet Socket.swift
[461/542] Compiling JavaLangNet SocketAddress.swift
[462/542] Compiling JavaTime Clock.swift
[463/542] Compiling JavaTime DateTimeException.swift
[464/542] Compiling JavaTime DateTimeFormatter.swift
[465/542] Compiling JavaTime DateTimeFormatterBuilder.swift
[466/542] Compiling JavaLangNet CookieStore.swift
[467/542] Compiling JavaLangNet DatagramPacket.swift
[472/542] Compiling JavaLangNet DatagramSocket.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[473/542] Compiling JavaLangNet DatagramSocketImpl.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[474/542] Compiling JavaLangNet DatagramSocketImplFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[475/542] Compiling JavaLangNet FileNameMap.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[476/542] Compiling JavaLangNet HttpCookie.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[477/542] Compiling JavaLangNet HttpRetryException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[478/542] Compiling JavaLangNet HttpURLConnection.swift
[479/542] Compiling JavaLangNet IDN.swift
[480/542] Compiling JavaLangNet Inet4Address.swift
[481/542] Compiling JavaLangNet Inet6Address.swift
[482/542] Compiling JavaLangNet InetAddress.swift
[483/542] Compiling JavaTime LocalDate.swift
[493/547] Compiling JavaLangUtil Random+Generator.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[509/547] Emitting module JavaTime
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[516/547] Emitting module JavaLangUtil
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; 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)
[543/547] Compiling JavaTime ZoneOffsetTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[544/547] Compiling JavaTime ZoneOffsetTransitionRule.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[545/547] Compiling JavaTime ZoneRules.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[546/547] Compiling JavaTime ZoneRulesException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[547/547] Compiling JavaTime ZonedDateTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to 'Sendable'; use '@unchecked Sendable'; 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 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
Build complete! (32.19s)
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.