Build Information
Successful build of JavaLang, reference master (1b7320), with Swift 6.2 for Android on 23 Mar 2026 23:37:29 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
/host/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoClassDefFoundError")
6 | open class NoClassDefFoundError: LinkageError {
| `- warning: non-final class 'NoClassDefFoundError' cannot conform to '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/424] Compiling JavaLang Math.swift
/host/spi-builder-workspace/Sources/JavaLang/InstantiationError.swift:6:12: warning: non-final class 'InstantiationError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InstantiationError")
6 | open class InstantiationError: IncompatibleClassChangeError {
| `- warning: non-final class 'InstantiationError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/InstantiationException.swift:6:12: warning: non-final class 'InstantiationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InstantiationException")
6 | open class InstantiationException: ReflectiveOperationException {
| `- warning: non-final class 'InstantiationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InternalError")
6 | open class InternalError: VirtualMachineError {
| `- warning: non-final class 'InternalError' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InterruptedException")
6 | open class InterruptedException: Exception {
| `- warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.LinkageError")
6 | open class LinkageError: JavaError {
| `- warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NegativeArraySizeException")
6 | open class NegativeArraySizeException: RuntimeException {
| `- warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoClassDefFoundError")
6 | open class NoClassDefFoundError: LinkageError {
| `- warning: non-final class 'NoClassDefFoundError' cannot conform to '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/424] Compiling JavaLang NegativeArraySizeException.swift
/host/spi-builder-workspace/Sources/JavaLang/InstantiationError.swift:6:12: warning: non-final class 'InstantiationError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InstantiationError")
6 | open class InstantiationError: IncompatibleClassChangeError {
| `- warning: non-final class 'InstantiationError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/InstantiationException.swift:6:12: warning: non-final class 'InstantiationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InstantiationException")
6 | open class InstantiationException: ReflectiveOperationException {
| `- warning: non-final class 'InstantiationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InternalError")
6 | open class InternalError: VirtualMachineError {
| `- warning: non-final class 'InternalError' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InterruptedException")
6 | open class InterruptedException: Exception {
| `- warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.LinkageError")
6 | open class LinkageError: JavaError {
| `- warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NegativeArraySizeException")
6 | open class NegativeArraySizeException: RuntimeException {
| `- warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoClassDefFoundError")
6 | open class NoClassDefFoundError: LinkageError {
| `- warning: non-final class 'NoClassDefFoundError' cannot conform to '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/424] Compiling JavaLang NoClassDefFoundError.swift
/host/spi-builder-workspace/Sources/JavaLang/InstantiationError.swift:6:12: warning: non-final class 'InstantiationError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InstantiationError")
6 | open class InstantiationError: IncompatibleClassChangeError {
| `- warning: non-final class 'InstantiationError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/InstantiationException.swift:6:12: warning: non-final class 'InstantiationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InstantiationException")
6 | open class InstantiationException: ReflectiveOperationException {
| `- warning: non-final class 'InstantiationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InternalError")
6 | open class InternalError: VirtualMachineError {
| `- warning: non-final class 'InternalError' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InterruptedException")
6 | open class InterruptedException: Exception {
| `- warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.LinkageError")
6 | open class LinkageError: JavaError {
| `- warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NegativeArraySizeException")
6 | open class NegativeArraySizeException: RuntimeException {
| `- warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoClassDefFoundError")
6 | open class NoClassDefFoundError: LinkageError {
| `- warning: non-final class 'NoClassDefFoundError' cannot conform to '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/424] Compiling JavaLang EnumConstantNotPresentException.swift
/host/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/host/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalArgumentException.swift:6:12: warning: non-final class 'IllegalArgumentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalArgumentException")
6 | open class IllegalArgumentException: RuntimeException {
| `- warning: non-final class 'IllegalArgumentException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalMonitorStateException.swift:6:12: warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalMonitorStateException")
6 | open class IllegalMonitorStateException: RuntimeException {
| `- warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalStateException.swift:6:12: warning: non-final class 'IllegalStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalStateException")
6 | open class IllegalStateException: RuntimeException {
| `- warning: non-final class 'IllegalStateException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalThreadStateException.swift:6:12: warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalThreadStateException")
6 | open class IllegalThreadStateException: IllegalArgumentException {
| `- warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IncompatibleClassChangeError.swift:6:12: warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IncompatibleClassChangeError")
6 | open class IncompatibleClassChangeError: LinkageError {
| `- warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IndexOutOfBoundsException.swift:6:12: warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IndexOutOfBoundsException")
6 | open class IndexOutOfBoundsException: RuntimeException {
| `- warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int64, environment: JNIEnvironment? = nil)
[404/424] Compiling JavaLang ExceptionInInitializerError.swift
/host/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/host/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalArgumentException.swift:6:12: warning: non-final class 'IllegalArgumentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalArgumentException")
6 | open class IllegalArgumentException: RuntimeException {
| `- warning: non-final class 'IllegalArgumentException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalMonitorStateException.swift:6:12: warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalMonitorStateException")
6 | open class IllegalMonitorStateException: RuntimeException {
| `- warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalStateException.swift:6:12: warning: non-final class 'IllegalStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalStateException")
6 | open class IllegalStateException: RuntimeException {
| `- warning: non-final class 'IllegalStateException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalThreadStateException.swift:6:12: warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalThreadStateException")
6 | open class IllegalThreadStateException: IllegalArgumentException {
| `- warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IncompatibleClassChangeError.swift:6:12: warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IncompatibleClassChangeError")
6 | open class IncompatibleClassChangeError: LinkageError {
| `- warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IndexOutOfBoundsException.swift:6:12: warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IndexOutOfBoundsException")
6 | open class IndexOutOfBoundsException: RuntimeException {
| `- warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int64, environment: JNIEnvironment? = nil)
[405/424] Compiling JavaLang FunctionalInterface.swift
/host/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/host/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalArgumentException.swift:6:12: warning: non-final class 'IllegalArgumentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalArgumentException")
6 | open class IllegalArgumentException: RuntimeException {
| `- warning: non-final class 'IllegalArgumentException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalMonitorStateException.swift:6:12: warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalMonitorStateException")
6 | open class IllegalMonitorStateException: RuntimeException {
| `- warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalStateException.swift:6:12: warning: non-final class 'IllegalStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalStateException")
6 | open class IllegalStateException: RuntimeException {
| `- warning: non-final class 'IllegalStateException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalThreadStateException.swift:6:12: warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalThreadStateException")
6 | open class IllegalThreadStateException: IllegalArgumentException {
| `- warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IncompatibleClassChangeError.swift:6:12: warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IncompatibleClassChangeError")
6 | open class IncompatibleClassChangeError: LinkageError {
| `- warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IndexOutOfBoundsException.swift:6:12: warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IndexOutOfBoundsException")
6 | open class IndexOutOfBoundsException: RuntimeException {
| `- warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int64, environment: JNIEnvironment? = nil)
[406/424] Compiling JavaLang IllegalAccessError.swift
/host/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/host/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalArgumentException.swift:6:12: warning: non-final class 'IllegalArgumentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalArgumentException")
6 | open class IllegalArgumentException: RuntimeException {
| `- warning: non-final class 'IllegalArgumentException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalMonitorStateException.swift:6:12: warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalMonitorStateException")
6 | open class IllegalMonitorStateException: RuntimeException {
| `- warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalStateException.swift:6:12: warning: non-final class 'IllegalStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalStateException")
6 | open class IllegalStateException: RuntimeException {
| `- warning: non-final class 'IllegalStateException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalThreadStateException.swift:6:12: warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalThreadStateException")
6 | open class IllegalThreadStateException: IllegalArgumentException {
| `- warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IncompatibleClassChangeError.swift:6:12: warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IncompatibleClassChangeError")
6 | open class IncompatibleClassChangeError: LinkageError {
| `- warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IndexOutOfBoundsException.swift:6:12: warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IndexOutOfBoundsException")
6 | open class IndexOutOfBoundsException: RuntimeException {
| `- warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int64, environment: JNIEnvironment? = nil)
[407/424] Compiling JavaLang IllegalAccessException.swift
/host/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/host/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalArgumentException.swift:6:12: warning: non-final class 'IllegalArgumentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalArgumentException")
6 | open class IllegalArgumentException: RuntimeException {
| `- warning: non-final class 'IllegalArgumentException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalMonitorStateException.swift:6:12: warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalMonitorStateException")
6 | open class IllegalMonitorStateException: RuntimeException {
| `- warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalStateException.swift:6:12: warning: non-final class 'IllegalStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalStateException")
6 | open class IllegalStateException: RuntimeException {
| `- warning: non-final class 'IllegalStateException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalThreadStateException.swift:6:12: warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalThreadStateException")
6 | open class IllegalThreadStateException: IllegalArgumentException {
| `- warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IncompatibleClassChangeError.swift:6:12: warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IncompatibleClassChangeError")
6 | open class IncompatibleClassChangeError: LinkageError {
| `- warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IndexOutOfBoundsException.swift:6:12: warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IndexOutOfBoundsException")
6 | open class IndexOutOfBoundsException: RuntimeException {
| `- warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int64, environment: JNIEnvironment? = nil)
[408/424] Compiling JavaLang IllegalArgumentException.swift
/host/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/host/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalArgumentException.swift:6:12: warning: non-final class 'IllegalArgumentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalArgumentException")
6 | open class IllegalArgumentException: RuntimeException {
| `- warning: non-final class 'IllegalArgumentException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalMonitorStateException.swift:6:12: warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalMonitorStateException")
6 | open class IllegalMonitorStateException: RuntimeException {
| `- warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalStateException.swift:6:12: warning: non-final class 'IllegalStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalStateException")
6 | open class IllegalStateException: RuntimeException {
| `- warning: non-final class 'IllegalStateException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalThreadStateException.swift:6:12: warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalThreadStateException")
6 | open class IllegalThreadStateException: IllegalArgumentException {
| `- warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IncompatibleClassChangeError.swift:6:12: warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IncompatibleClassChangeError")
6 | open class IncompatibleClassChangeError: LinkageError {
| `- warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IndexOutOfBoundsException.swift:6:12: warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IndexOutOfBoundsException")
6 | open class IndexOutOfBoundsException: RuntimeException {
| `- warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int64, environment: JNIEnvironment? = nil)
[409/424] Compiling JavaLang IllegalMonitorStateException.swift
/host/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/host/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalArgumentException.swift:6:12: warning: non-final class 'IllegalArgumentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalArgumentException")
6 | open class IllegalArgumentException: RuntimeException {
| `- warning: non-final class 'IllegalArgumentException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalMonitorStateException.swift:6:12: warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalMonitorStateException")
6 | open class IllegalMonitorStateException: RuntimeException {
| `- warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalStateException.swift:6:12: warning: non-final class 'IllegalStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalStateException")
6 | open class IllegalStateException: RuntimeException {
| `- warning: non-final class 'IllegalStateException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalThreadStateException.swift:6:12: warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalThreadStateException")
6 | open class IllegalThreadStateException: IllegalArgumentException {
| `- warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IncompatibleClassChangeError.swift:6:12: warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IncompatibleClassChangeError")
6 | open class IncompatibleClassChangeError: LinkageError {
| `- warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IndexOutOfBoundsException.swift:6:12: warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IndexOutOfBoundsException")
6 | open class IndexOutOfBoundsException: RuntimeException {
| `- warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int64, environment: JNIEnvironment? = nil)
[410/424] Compiling JavaLang IllegalStateException.swift
/host/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/host/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalArgumentException.swift:6:12: warning: non-final class 'IllegalArgumentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalArgumentException")
6 | open class IllegalArgumentException: RuntimeException {
| `- warning: non-final class 'IllegalArgumentException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalMonitorStateException.swift:6:12: warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalMonitorStateException")
6 | open class IllegalMonitorStateException: RuntimeException {
| `- warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalStateException.swift:6:12: warning: non-final class 'IllegalStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalStateException")
6 | open class IllegalStateException: RuntimeException {
| `- warning: non-final class 'IllegalStateException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalThreadStateException.swift:6:12: warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalThreadStateException")
6 | open class IllegalThreadStateException: IllegalArgumentException {
| `- warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IncompatibleClassChangeError.swift:6:12: warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IncompatibleClassChangeError")
6 | open class IncompatibleClassChangeError: LinkageError {
| `- warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IndexOutOfBoundsException.swift:6:12: warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IndexOutOfBoundsException")
6 | open class IndexOutOfBoundsException: RuntimeException {
| `- warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int64, environment: JNIEnvironment? = nil)
[411/424] Compiling JavaLang IllegalThreadStateException.swift
/host/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/host/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalArgumentException.swift:6:12: warning: non-final class 'IllegalArgumentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalArgumentException")
6 | open class IllegalArgumentException: RuntimeException {
| `- warning: non-final class 'IllegalArgumentException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalMonitorStateException.swift:6:12: warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalMonitorStateException")
6 | open class IllegalMonitorStateException: RuntimeException {
| `- warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalStateException.swift:6:12: warning: non-final class 'IllegalStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalStateException")
6 | open class IllegalStateException: RuntimeException {
| `- warning: non-final class 'IllegalStateException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalThreadStateException.swift:6:12: warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalThreadStateException")
6 | open class IllegalThreadStateException: IllegalArgumentException {
| `- warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IncompatibleClassChangeError.swift:6:12: warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IncompatibleClassChangeError")
6 | open class IncompatibleClassChangeError: LinkageError {
| `- warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IndexOutOfBoundsException.swift:6:12: warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IndexOutOfBoundsException")
6 | open class IndexOutOfBoundsException: RuntimeException {
| `- warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int64, environment: JNIEnvironment? = nil)
[412/424] Compiling JavaLang IncompatibleClassChangeError.swift
/host/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/host/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalArgumentException.swift:6:12: warning: non-final class 'IllegalArgumentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalArgumentException")
6 | open class IllegalArgumentException: RuntimeException {
| `- warning: non-final class 'IllegalArgumentException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalMonitorStateException.swift:6:12: warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalMonitorStateException")
6 | open class IllegalMonitorStateException: RuntimeException {
| `- warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalStateException.swift:6:12: warning: non-final class 'IllegalStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalStateException")
6 | open class IllegalStateException: RuntimeException {
| `- warning: non-final class 'IllegalStateException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalThreadStateException.swift:6:12: warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalThreadStateException")
6 | open class IllegalThreadStateException: IllegalArgumentException {
| `- warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IncompatibleClassChangeError.swift:6:12: warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IncompatibleClassChangeError")
6 | open class IncompatibleClassChangeError: LinkageError {
| `- warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IndexOutOfBoundsException.swift:6:12: warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IndexOutOfBoundsException")
6 | open class IndexOutOfBoundsException: RuntimeException {
| `- warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int64, environment: JNIEnvironment? = nil)
[413/424] Compiling JavaLang IndexOutOfBoundsException.swift
/host/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/host/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalArgumentException.swift:6:12: warning: non-final class 'IllegalArgumentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalArgumentException")
6 | open class IllegalArgumentException: RuntimeException {
| `- warning: non-final class 'IllegalArgumentException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalMonitorStateException.swift:6:12: warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalMonitorStateException")
6 | open class IllegalMonitorStateException: RuntimeException {
| `- warning: non-final class 'IllegalMonitorStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IllegalStateException.swift:6:12: warning: non-final class 'IllegalStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalStateException")
6 | open class IllegalStateException: RuntimeException {
| `- warning: non-final class 'IllegalStateException' cannot conform to '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)
/host/spi-builder-workspace/Sources/JavaLang/IllegalThreadStateException.swift:6:12: warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalThreadStateException")
6 | open class IllegalThreadStateException: IllegalArgumentException {
| `- warning: non-final class 'IllegalThreadStateException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IncompatibleClassChangeError.swift:6:12: warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IncompatibleClassChangeError")
6 | open class IncompatibleClassChangeError: LinkageError {
| `- warning: non-final class 'IncompatibleClassChangeError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/IndexOutOfBoundsException.swift:6:12: warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IndexOutOfBoundsException")
6 | open class IndexOutOfBoundsException: RuntimeException {
| `- warning: non-final class 'IndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int64, environment: JNIEnvironment? = nil)
[414/424] Compiling JavaLang SecurityManager.swift
/host/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)
/host/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)
[415/424] Compiling JavaLang StackOverflowError.swift
/host/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)
/host/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)
[416/424] Compiling JavaLang StackTraceElement.swift
/host/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)
/host/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)
[417/424] Compiling JavaLang StrictMath.swift
/host/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)
/host/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)
[418/424] Compiling JavaLang StringBuffer.swift
/host/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)
/host/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)
[419/424] Compiling JavaLang StringBuilder.swift
/host/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)
/host/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)
[420/424] Compiling JavaLang StringIndexOutOfBoundsException.swift
/host/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)
/host/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)
[421/424] Compiling JavaLang SuppressWarnings.swift
/host/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)
/host/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)
[422/424] Compiling JavaLang System.swift
/host/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)
/host/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)
[423/424] Compiling JavaLang Thread+State.swift
/host/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)
/host/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)
[424/424] Compiling JavaLang Thread+UncaughtExceptionHandler.swift
/host/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)
/host/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)
[426/549] Compiling JavaMath MathContext.swift
[427/549] Compiling JavaAWT TextAttribute.swift
[428/549] Compiling JavaAWT NumericShaper.swift
[429/549] Emitting module JavaAWT
[431/550] Emitting module JavaLangNet
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
[432/557] Compiling JavaTime MinguoChronology.swift
[433/557] Compiling JavaTime MinguoDate.swift
[434/558] Compiling JavaTime ValueRange.swift
/host/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)
/host/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)
[435/558] Compiling JavaTime WeekFields.swift
/host/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)
/host/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)
[436/558] Compiling JavaTime Year.swift
/host/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)
/host/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)
[437/558] Compiling JavaTime YearMonth.swift
/host/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)
/host/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)
[438/558] Compiling JavaTime ZoneId.swift
/host/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)
/host/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/558] Compiling JavaLangNet StandardSocketOptions.swift
/host/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)
/host/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/558] Compiling JavaLangNet URISyntaxException.swift
/host/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)
/host/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/558] Compiling JavaMath BigInteger.swift
[442/558] Compiling JavaLangUtil UUID.swift
[443/558] Compiling JavaMath BigDecimal.swift
[444/558] Emitting module JavaMath
[445/559] Compiling JavaTime JulianFields.swift
/host/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)
/host/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)
[446/559] Compiling JavaTime LocalDate.swift
/host/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)
/host/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)
[447/559] Compiling JavaTime LocalDateTime.swift
/host/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)
/host/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)
[448/559] Compiling JavaTime LocalTime.swift
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
[451/559] Compiling JavaTime DateTimeException.swift
/host/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)
/host/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)
[452/559] Compiling JavaTime DateTimeFormatter.swift
/host/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)
/host/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)
[453/559] Compiling JavaTime AbstractChronology.swift
[454/559] Compiling JavaTime ChronoLocalDate.swift
[455/559] Compiling JavaTime ChronoLocalDateTime.swift
[456/559] Compiling JavaTime ChronoPeriod.swift
[457/559] Compiling JavaTime ChronoZonedDateTime.swift
[458/559] Compiling JavaTime Chronology.swift
[459/559] Compiling JavaTime Clock.swift
[460/559] Compiling JavaTime JapaneseEra.swift
[464/559] Compiling JavaTime OffsetTime.swift
/host/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)
[465/559] Compiling JavaTime Period.swift
/host/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)
[466/559] Compiling JavaTime Temporal.swift
/host/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)
[467/559] Compiling JavaTime TemporalAccessor.swift
/host/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)
[468/559] Compiling JavaTime TemporalAdjuster.swift
/host/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)
[469/559] Compiling JavaTime HijrahChronology.swift
/host/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)
[470/559] Compiling JavaTime HijrahDate.swift
/host/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)
[471/559] Compiling JavaTime Instant.swift
/host/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)
[472/559] Compiling JavaTime IsoChronology.swift
/host/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)
[473/559] Compiling JavaTime IsoFields.swift
/host/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)
[474/559] Compiling JavaTime JapaneseChronology.swift
/host/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)
[475/559] Compiling JavaTime JapaneseDate.swift
/host/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)
[476/559] Compiling JavaTime TemporalAdjusters.swift
/host/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)
[477/559] Compiling JavaTime TemporalAmount.swift
/host/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)
[478/559] Compiling JavaTime TemporalField.swift
/host/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)
/host/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)
/host/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)
[479/559] Compiling JavaTime TemporalQueries.swift
/host/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)
/host/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)
/host/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)
[480/559] Compiling JavaTime TemporalQuery.swift
/host/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)
/host/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)
/host/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)
[481/559] Compiling JavaTime TemporalUnit.swift
/host/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)
/host/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)
/host/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)
[482/559] Compiling JavaTime ThaiBuddhistChronology.swift
/host/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)
/host/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)
/host/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)
[483/559] Compiling JavaTime ThaiBuddhistDate.swift
/host/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)
/host/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)
/host/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)
[484/559] Compiling JavaTime UnsupportedTemporalTypeException.swift
/host/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)
/host/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)
/host/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)
[485/559] Compiling JavaLangNet URLConnection.swift
/host/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)
/host/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)
[486/559] Compiling JavaLangNet URLDecoder.swift
/host/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)
/host/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)
[487/559] Compiling JavaLangNet URLEncoder.swift
/host/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)
/host/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)
[488/559] Compiling JavaLangNet URLStreamHandler.swift
/host/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)
/host/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)
[489/559] Compiling JavaLangNet URLStreamHandlerFactory.swift
/host/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)
/host/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)
[490/559] Compiling JavaLangNet UnknownHostException.swift
/host/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)
/host/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)
[491/559] Compiling JavaLangNet UnknownServiceException.swift
/host/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)
/host/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)
[498/559] Compiling JavaTime DateTimeFormatterBuilder.swift
/host/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)
[499/559] Compiling JavaTime DateTimeParseException.swift
/host/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)
[500/559] Compiling JavaTime DecimalStyle.swift
/host/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)
[501/559] Compiling JavaTime Duration.swift
/host/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)
[502/559] Compiling JavaTime Era.swift
/host/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)
[503/559] Compiling JavaTime MonthDay.swift
/host/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)
[504/559] Compiling JavaTime OffsetDateTime.swift
/host/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)
[510/560] Emitting module JavaLangUtil
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
[540/567] Emitting module JavaTime
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
/host/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)
[562/567] Compiling JavaTime ZoneOffset.swift
/host/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)
[563/567] Compiling JavaTime ZoneOffsetTransition.swift
/host/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)
[564/567] Compiling JavaTime ZoneOffsetTransitionRule.swift
/host/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)
[565/567] Compiling JavaTime ZoneRules.swift
/host/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)
[566/567] Compiling JavaTime ZoneRulesException.swift
/host/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)
[567/567] Compiling JavaTime ZonedDateTime.swift
/host/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! (182.65s)
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" : "/host/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"
}
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ed06329bcd62885fa27d8bb2bd26ede56f367c486166aaeeac553557f3a78bad
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Done.